Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/UnLua
/ CreateState
Function
CreateState
Plugins/UnLua/Source/UnLua/Private/UnLuaBase.cpp:35–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
lua_State* CreateState()
36
{
37
IUnLuaModule::Get().SetActive(true);
38
return GetState();
39
}
40
41
lua_State* GetState()
42
{
Callers
nothing calls this directly
Calls
3
GetState
Function · 0.85
SetActive
Method · 0.80
Get
Function · 0.50
Tested by
no test coverage detected