Lua/LuaState: Add Load methods

This commit is contained in:
Lynix
2018-05-13 14:42:27 +02:00
parent 70e0787b93
commit 8b6311de63
3 changed files with 71 additions and 36 deletions

View File

@@ -192,7 +192,7 @@ Nazara Engine:
- Added VertexMapper::GetVertexCount()
- Added VertexMapper::HasComponentOfType()
- Fixed SimpleTextDrawer bounds computation
- Added LuaState::Load methods which allows to load (compile) lua code to function without executing it.
Nazara Development Kit:
- ⚠️ Components no longer need to be copyable by assignation