A list of arguments to be passed to a Lua function. More...
#include <lua.h>
Public Member Functions | |
void | add (float number) |
void | add (int number) |
void | add (const PoolObjectBase *obj) |
void | add (const char *str) |
void | addNil () |
A list of arguments to be passed to a Lua function.
This is a convenience class to pass arguments to a Lua function, using LuaBase::callback(const char *name, const LuaObjects &objects).