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.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
moScript.cpp File Reference
#include <assert.h>
#include "moScript.h"
#include "moScriptManager.h"

Go to the source code of this file.

Macros

#define BEGIN_LUA_CHECK(vm)
 
#define END_LUA_CHECK   }
 

Macro Definition Documentation

#define BEGIN_LUA_CHECK (   vm)
Value:
lua_State *state = (lua_State *) vm; \
if (vm.Ok ()) {

Definition at line 45 of file moScript.cpp.

#define END_LUA_CHECK   }

Definition at line 47 of file moScript.cpp.