Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/UnLua
/ ExportEnum
Function
ExportEnum
Plugins/UnLua/Source/UnLua/Private/Binding.cpp:42–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
void ExportEnum(IExportedEnum* Enum)
43
{
44
GetExported()->Enums.Add(Enum);
45
}
46
47
void ExportFunction(IExportedFunction* Function)
48
{
Callers
nothing calls this directly
Calls
2
GetExported
Function · 0.85
Add
Method · 0.45
Tested by
no test coverage detected