Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/UnLua
/ IsEnabled
Function
IsEnabled
Plugins/UnLua/Source/UnLua/Private/UnLuaBase.cpp:58–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
bool IsEnabled()
59
{
60
return IUnLuaModule::Get().IsActive();
61
}
62
63
/**
64
* Load a Lua file without running it
Callers
nothing calls this directly
Calls
2
IsActive
Method · 0.80
Get
Function · 0.50
Tested by
no test coverage detected