luad.conversions.arrays

Internal module for pushing and getting arrays. All arrays with LuaD compatible element types are supported.

Members

Functions

fillStaticArray
void fillStaticArray(lua_State* L, T arr)
Undocumented in source. Be warned that the author may not have intended to support it.
getArray
T getArray(lua_State* L, int idx)
Undocumented in source. Be warned that the author may not have intended to support it.
pushArray
void pushArray(lua_State* L, T arr)
Undocumented in source. Be warned that the author may not have intended to support it.
pushStaticArray
void pushStaticArray(lua_State* L, T arr)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta