API Documentation
MAIN PAGE
NAMESPACES
CLASSES
Documentation
Headers
NilkinsAstraeus
Scripts
nkScriptsWrap
Interpreters
InterpreterWrapper.h
1
// InterpreterWrapper.h
3
//
5
6
namespace
nkAstraeus::nkScriptsWrap
7
{
11
class
InterpreterWrapper
final
12
{
13
public :
14
15
// Env
26
static
void
updateEnvironment
(
nkScripts::Environment
* env) ;
27
} ;
28
}
nkScripts::Environment
Defines an environment in which scripts can execute.
Definition:
Environment.h:14
nkAstraeus::nkScriptsWrap::InterpreterWrapper
Wraps the nkScripts::INTERPRETER enum and offers capabilities to use it in scripts.
Definition:
InterpreterWrapper.h:12
nkAstraeus::nkScriptsWrap
Encompasses the wrapping of nkScripts for scripting.
Definition:
Constants.h:7
nkAstraeus::nkScriptsWrap::InterpreterWrapper::updateEnvironment
static void updateEnvironment(nkScripts::Environment *env)
Generated by
Doxygen
1.8.18