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

Function PushEnumArray

Plugins/UnLua/Source/UnLua/Private/LuaCore.cpp:785–788  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

783}
784
785void PushEnumArray(lua_State *L, FNumericProperty *Property, void *Value)
786{
787 PushPropertyArray<FNumericProperty, false>(L, Property, Value, PushEnumElement);
788}
789
790void PushFNameArray(lua_State *L, FNameProperty *Property, void *Value)
791{

Callers 1

GetValueInternalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected