Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/UnLua
/ GetExportedFunctions
Function
GetExportedFunctions
Plugins/UnLua/Source/UnLua/Private/Binding.cpp:74–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
TArray<IExportedFunction*> GetExportedFunctions()
75
{
76
return GetExported()->Functions;
77
}
78
79
IExportedClass* FindExportedClass(const FString Name)
80
{
Callers
2
FLuaEnv
Method · 0.85
Main
Method · 0.85
Calls
1
GetExported
Function · 0.85
Tested by
no test coverage detected