![]() |
Peoplemon
0.1.0
Peoplemon 3 game source documentation
|
Script context for debug scripts ran from the terminal. More...
#include <DebugScriptContext.hpp>
Public Member Functions | |
DebugScriptContext (system::Systems &systems) | |
Construct a new Debug Script Context. More... | |
Protected Member Functions | |
virtual void | addCustomSymbols (bl::script::SymbolTable &table) const override |
Script context for debug scripts ran from the terminal.
Definition at line 21 of file DebugScriptContext.hpp.
core::script::DebugScriptContext::DebugScriptContext | ( | system::Systems & | systems | ) |
Construct a new Debug Script Context.
systems | The main game systems |
Definition at line 10 of file DebugScriptContext.cpp.
|
overrideprotectedvirtual |
Definition at line 13 of file DebugScriptContext.cpp.