MCPcopy Create free account
hub / github.com/Tencent/UnLua / GetExportedEnums

Function GetExportedEnums

Plugins/UnLua/Source/UnLua/Private/Binding.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68
69 TArray<IExportedEnum*> GetExportedEnums()
70 {
71 return GetExported()->Enums;
72 }
73
74 TArray<IExportedFunction*> GetExportedFunctions()
75 {

Callers 2

FLuaEnvMethod · 0.85
MainMethod · 0.85

Calls 1

GetExportedFunction · 0.85

Tested by

no test coverage detected