libmoldeo (Moldeo 1.0 Core)
1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
|
#include <moLuaBase.h>
Public Member Functions | |
moLuaThis (moLuaVirtualMachine &vm, int iRef) | |
virtual | ~moLuaThis (void) |
Protected Attributes | |
int | m_iOldRef |
moLuaVirtualMachine & | m_vm |
Clase que establece la tabla global "this" utilizada por los scripts.
Definition at line 232 of file moLuaBase.h.
|
inline |
Constructor.
vm | referencia a la máquina virtual. |
iRef | número de referencia. |
Definition at line 240 of file moLuaBase.h.
|
inlinevirtual |
Destructor por defecto.
Definition at line 258 of file moLuaBase.h.
|
protected |
Definition at line 270 of file moLuaBase.h.
|
protected |
Definition at line 271 of file moLuaBase.h.