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

Function ExportFunction

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

Source from the content-addressed store, hash-verified

45 }
46
47 void ExportFunction(IExportedFunction* Function)
48 {
49 GetExported()->Functions.Add(Function);
50 }
51
52 void AddType(FString Name, TSharedPtr<ITypeInterface> TypeInterface)
53 {

Callers

nothing calls this directly

Calls 2

GetExportedFunction · 0.85
AddMethod · 0.45

Tested by

no test coverage detected