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

Method HotReload

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

Source from the content-addressed store, hash-verified

398 }
399
400 void FLuaEnv::HotReload(const TArray<FString>& ModuleNames)
401 {
402 if (ModuleNames.Num() == 0)
403 DoString("UnLua.HotReload()");
404 else
405 DoString("UnLua.HotReload({'" + FString::Join(ModuleNames, TEXT("','")) + "'})");
406 }
407
408 int32 FLuaEnv::FindThread(const lua_State* Thread)
409 {

Callers 1

OnFileChangedMethod · 0.45

Calls 1

NumMethod · 0.45

Tested by

no test coverage detected