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

Method AddBuiltInLoader

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

Source from the content-addressed store, hash-verified

484 }
485
486 void FLuaEnv::AddBuiltInLoader(const FString InName, const lua_CFunction Loader)
487 {
488 BuiltinLoaders.Add(InName, Loader);
489 }
490
491 void FLuaEnv::AddManualObjectReference(UObject* Object)
492 {

Callers 3

OnLuaEnvCreatedMethod · 0.80
OnLuaEnvCreatedMethod · 0.80
OnLuaEnvCreatedMethod · 0.80

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected