This file has the implementation for the Lua based Scripting system.
More...
#include "datatypes.h"
#include "lua51script.h"
#include "lua51scriptargument.h"
#include "lua51scriptingengine.h"
#include "exception.h"
#include "stringtool.h"
#include <cstring>
#include <cctype>
#include <cassert>
#include "lua.h"
#include "lualib.h"
#include "lauxlib.h"
Go to the source code of this file.
This file has the implementation for the Lua based Scripting system.
Definition in file lua51scriptingengine.cpp.
int luaopen_Mezzanine |
( |
lua_State * |
L | ) |
|
Entry to Swig binding for loading the core Mezzanine library.
- Parameters
-
L | the lua_State to load the library into. |
- Returns
- A Lua error code capable of being converted to an exception by Lua51ScriptingEngine::ThrowFromLuaErrorCode(int).
int luaopen_MezzanineMathTools |
( |
lua_State * |
L | ) |
|
Entry to Swig binding for loading the MathTools.
- Parameters
-
L | the lua_State to load the library into. |
- Returns
- A Lua error code capable of being converted to an exception by Lua51ScriptingEngine::ThrowFromLuaErrorCode(int).
int luaopen_MezzanineMathToolsSafe |
( |
lua_State * |
L | ) |
|
Entry to Swig binding for loading the safe version of the MathTools.
- Parameters
-
L | the lua_State to load the library into. |
- Returns
- A Lua error code capable of being converted to an exception by Lua51ScriptingEngine::ThrowFromLuaErrorCode(int).
int luaopen_MezzaninePhysics |
( |
lua_State * |
L | ) |
|
Entry to Swig binding for loading the Physics system.
- Parameters
-
L | the lua_State to load the library into. |
- Returns
- A Lua error code capable of being converted to an exception by Lua51ScriptingEngine::ThrowFromLuaErrorCode(int).
int luaopen_MezzaninePhysicsSafe |
( |
lua_State * |
L | ) |
|
Entry to Swig binding for loading the safe version of the Physics system.
- Parameters
-
L | the lua_State to load the library into. |
- Returns
- A Lua error code capable of being converted to an exception by Lua51ScriptingEngine::ThrowFromLuaErrorCode(int).
int luaopen_MezzanineSafe |
( |
lua_State * |
L | ) |
|
Entry to Swig binding for loading the safe versions of the core Mezzanine library.
- Parameters
-
L | the lua_State to load the library into. |
- Returns
- A Lua error code capable of being converted to an exception by Lua51ScriptingEngine::ThrowFromLuaErrorCode(int).
int luaopen_MezzanineThreading |
( |
lua_State * |
L | ) |
|
Entry to Swig binding for loading the FrameScheduler.
- Parameters
-
L | the lua_State to load the library into. |
- Returns
- A Lua error code capable of being converted to an exception by Lua51ScriptingEngine::ThrowFromLuaErrorCode(int).
int luaopen_MezzanineThreadingSafe |
( |
lua_State * |
L | ) |
|
Entry to Swig binding for loading the safe version of the FrameScheduler.
- Parameters
-
L | the lua_State to load the library into. |
- Returns
- A Lua error code capable of being converted to an exception by Lua51ScriptingEngine::ThrowFromLuaErrorCode(int).
int luaopen_MezzanineXML |
( |
lua_State * |
L | ) |
|
Entry to Swig binding for loading the XML library.
- Parameters
-
L | the lua_State to load the library into. |
- Returns
- A Lua error code capable of being converted to an exception by Lua51ScriptingEngine::ThrowFromLuaErrorCode(int).
int luaopen_MezzanineXMLSafe |
( |
lua_State * |
L | ) |
|
Entry to Swig binding for loading the safe version XML library.
- Parameters
-
L | the lua_State to load the library into. |
- Returns
- A Lua error code capable of being converted to an exception by Lua51ScriptingEngine::ThrowFromLuaErrorCode(int).