This file has the interface for the Lua based implementation of the Scripting system. More...
#include "datatypes.h"
#include "trie.h"
#include "Scripting/scriptargument.h"
#include "Scripting/script.h"
#include "Scripting/scriptingmanager.h"
#include "entresolmanagerfactory.h"
Go to the source code of this file.
Classes | |
class | Mezzanine::Scripting::Lua::Lua51ScriptingEngine |
The workhorse of the Lua scripting system. All scripts come here to be executed. More... | |
class | Mezzanine::Scripting::Lua::Lua51ScriptingEngineFactory |
A factory responsible for the creation and destruction of the default scripting engine providing Lua 5.1 support. More... | |
Namespaces | |
Mezzanine | |
The bulk of the engine components go in this namspace. | |
Mezzanine::Scripting | |
This namespace is for all the classes belonging to the Scripting Subsystem. | |
Mezzanine::Scripting::Lua | |
This contains the Lua51 and Lua52 resources. | |
This file has the interface for the Lua based implementation of the Scripting system.
Definition in file lua51scriptingengine.h.