Class LuaInterpreter

Class Documentation

class LuaInterpreter

Lua interpreter that runs all Lua scripts inside the same Lua state. This means that all Lua code-snippets that are run can cross-reference each other.

Public Functions

sol::state &getLuaState()

Public Static Functions

static LuaInterpreter *GetSingleton()