|
API Documentation
|
|
|
Encompasses all API of component NilkinsScripts.
Definition: Environment.h:7
@ INTERPRETER_UNKNOWN
The interpreter for the script is unknown.
@ UNKNOWN
An unknown error.
bool _success
If the loading was a success (true) or not (false).
Definition: CompilationResult.h:29
Holds information about script loading attempt.
Definition: CompilationResult.h:24
Class holding information about a string, with ownership over the data.
Definition: String.h:22
@ NO_ERROR
No error, compilation went fine.
@ MEMORY_ALLOCATION
Could not allocate memory when needed.
@ SYNTAX
Syntax parsing error in sources.
nkMemory::String _failureMessage
The failure description, if any.
Definition: CompilationResult.h:25
COMPILATION_FAILURE_TYPE
Describes compilation failure types.
Definition: CompilationResult.h:12
COMPILATION_FAILURE_TYPE _failureType
The failure type, if any.
Definition: CompilationResult.h:27