API Documentation
MAIN PAGE
NAMESPACES
CLASSES
Documentation
Headers
NilkinsAstraeus
Scripts
nkScriptsWrap
Environments
EnvironmentWrapper.h
1
// EnvironmentWrapper.h
3
//
5
6
namespace
nkAstraeus::nkScriptsWrap
7
{
30
class
EnvironmentWrapper
final
31
{
32
public :
33
34
// Env
40
static
void
updateEnvironment
(
nkScripts::Environment
* env) ;
41
} ;
42
}
nkAstraeus::nkScriptsWrap::EnvironmentWrapper::updateEnvironment
static void updateEnvironment(nkScripts::Environment *env)
nkScripts::Environment
Defines an environment in which scripts can execute.
Definition:
Environment.h:14
nkAstraeus::nkScriptsWrap
Encompasses the wrapping of nkScripts for scripting.
Definition:
Constants.h:7
nkAstraeus::nkScriptsWrap::EnvironmentWrapper
Wraps a nkScripts::Environment and offer functions for use in scripting.
Definition:
EnvironmentWrapper.h:31
Generated by
Doxygen
1.8.18