|
API Documentation
|
|
|
Encompasses all API of component NilkinsScripts.
Definition: Environment.h:7
A view over data.
Definition: BufferView.h:18
OutputValue defaultFunction(const DataStack &stack)
The default place holder function. Set by default.
void setFunction(FunctionCallback function)
A function parameter, used within the stack of arguments.
Definition: FunctionParameter.h:25
void addParameter(FUNCTION_PARAMETER_TYPE type, nkMemory::StringView userTypeName="")
std::function< OutputValue(const DataStack &)> FunctionCallback
A callback in C++, the script environment will call when tied.
Definition: FunctionDefines.h:10
Class holding information about a string, with no ownership over the data.
Definition: StringView.h:22
Function(nkMemory::StringView name) noexcept
FUNCTION_PARAMETER_TYPE
Describes a variable type.
Definition: FunctionParameterType.h:12
Holds information, and controls, over a function in a scripting environment.
Definition: Function.h:50
nkMemory::StringView getName() const