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

Function PushIntegerArray

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

Source from the content-addressed store, hash-verified

773
774
775void PushIntegerArray(lua_State *L, FNumericProperty *Property, void *Value)
776{
777 PushPropertyArray<FNumericProperty, false>(L, Property, Value, PushIntegerElement);
778}
779
780void PushFloatArray(lua_State *L, FNumericProperty *Property, void *Value)
781{

Callers 1

GetValueInternalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected