Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/UnLua
/ AddLoader
Method
AddLoader
Plugins/UnLua/Source/UnLua/Private/LuaEnv.cpp:481–484 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
479
}
480
481
void FLuaEnv::AddLoader(const FLuaFileLoader Loader)
482
{
483
CustomLoaders.Add(Loader);
484
}
485
486
void FLuaEnv::AddBuiltInLoader(const FString InName, const lua_CFunction Loader)
487
{
Callers
nothing calls this directly
Calls
1
Add
Method · 0.45
Tested by
no test coverage detected