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

Function PushFloatArray

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

Source from the content-addressed store, hash-verified

778}
779
780void PushFloatArray(lua_State *L, FNumericProperty *Property, void *Value)
781{
782 PushPropertyArray<FNumericProperty, false>(L, Property, Value, PushFloatElement);
783}
784
785void PushEnumArray(lua_State *L, FNumericProperty *Property, void *Value)
786{

Callers 1

GetValueInternalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected