Actions Table Parameters

XLua supports tables as parameters to Lua functions, which will be interpreted as native Lua tables.  These two events control how parameters are grouped into tables.

Begin Table

Starts a new table parameter at the current parameter position.  Any parameters pushed into the queue after will be part of the table instead.  These actions can be nested, so a second call to Begin Table will start a new table within the parent table, and begin consuming any new parameters.

Parameters

None.

End Table

Terminates a currently open table parameter.  Any parameters pushed after will be part of the normal parameter queue, or part of the parent table if a nested table was closed.

Parameters

None.

Copyright 2010 Justin Aquadro