| 803 | } |
| 804 | |
| 805 | void PushObjectArray(lua_State *L, FObjectPropertyBase *Property, void *Value) |
| 806 | { |
| 807 | PushPropertyArray<FObjectPropertyBase, false>(L, Property, Value, PushObjectElement); |
| 808 | } |
| 809 | |
| 810 | void PushInterfaceArray(lua_State *L, FInterfaceProperty *Property, void *Value) |
| 811 | { |