MCPcopy Create free account
hub / github.com/Tencent/UnLua / CreateState

Function CreateState

Plugins/UnLua/Source/UnLua/Private/UnLuaBase.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34
35 lua_State* CreateState()
36 {
37 IUnLuaModule::Get().SetActive(true);
38 return GetState();
39 }
40
41 lua_State* GetState()
42 {

Callers

nothing calls this directly

Calls 3

GetStateFunction · 0.85
SetActiveMethod · 0.80
GetFunction · 0.50

Tested by

no test coverage detected