MCPcopy 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

FLuaEnvMethod · 0.85
MainMethod · 0.85

Calls 1

GetExportedFunction · 0.85

Tested by

no test coverage detected