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

Method Cleanup

Plugins/UnLua/Source/UnLua/Private/UnLuaManager.cpp:134–138  ·  view source on GitHub ↗

* Clean up... */

Source from the content-addressed store, hash-verified

132 * Clean up...
133 */
134void UUnLuaManager::Cleanup()
135{
136 Env = nullptr;
137 Classes.Empty();
138}
139
140int UUnLuaManager::GetBoundRef(const UClass* Class)
141{

Callers 1

~FLuaEnvMethod · 0.45

Calls 1

EmptyMethod · 0.45

Tested by

no test coverage detected