ScummVM API documentation
Grim::LuaObjects Class Reference

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 ()
 

Detailed Description

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).


The documentation for this class was generated from the following file: