MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / GetState

Method GetState

TombEngine/Scripting/Internal/LuaHandler.h:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 void ResetGlobals();
22
23 sol::state* GetState()
24 {
25 return _lua;
26 };
27
28 template <typename T>void MakeReadOnlyTable(sol::table parent, const std::string& tableName, const T& container)
29 {

Callers 15

LogicHandlerMethod · 0.80
ResetGameTablesMethod · 0.80
ResetLevelTablesMethod · 0.80
SetLevelFuncsMemberMethod · 0.80
LogPrintMethod · 0.80
ResetScriptsMethod · 0.80
FreeLevelScriptsMethod · 0.80
SetVariablesMethod · 0.80
GetVariablesMethod · 0.80
ResetVariablesMethod · 0.80
ExecuteFunctionMethod · 0.80
OnLoopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected