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

Method GetManager

Plugins/UnLua/Source/UnLua/Private/LuaEnv.cpp:441–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439 }
440
441 UUnLuaManager* FLuaEnv::GetManager()
442 {
443 if (!Manager)
444 {
445 Manager = NewObject<UUnLuaManager>();
446 Manager->Env = this;
447 Manager->AddToRoot();
448 }
449 return Manager;
450 }
451
452 void FLuaEnv::AddThread(lua_State* Thread, int32 ThreadRef)
453 {

Callers 4

PostLoadMapWithWorldMethod · 0.80
BindMethod · 0.80
PreCallMethod · 0.80
SetUpMethod · 0.80

Calls

no outgoing calls

Tested by 1

SetUpMethod · 0.64