LuaVariadic

When used as the _last_ parameter of a function: Allows the function to capture any amount of additional arguments passed in from Lua.

When used as the return type of a function: Allows the function to return a dynamic amount of values to Lua.

struct LuaVariadic {}

Alias This

array

Members

Variables

array
LuaValue[] array;
Undocumented in source.

Meta