This is the basic Lua script wrapper - it is what the end-user will create and add to the queue. It basically just holds the text that the script will run. More...
#include <string>#include <lua5.3/lua.hpp>
Include dependency graph for LuaScript.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| class | BARE2D::LuaScript |
| class | BARE2D::LuaScriptContextWrapper |
Namespaces | |
| BARE2D | |
This is the basic Lua script wrapper - it is what the end-user will create and add to the queue. It basically just holds the text that the script will run.
This is not to be used by the end user under any circumstances. This is the class which represents a Lua context that has been initialized with a script's Lua to run. It holds various data, such as a handle to the parent context.
Definition in file LuaScript.hpp.