|
API Documentation
|
|
|
15 class ScriptManager final :
public nkCommon::SingletonClass<ScriptManager>
void rename(nkMemory::StringView currentName, nkMemory::StringView newName)
Encompasses all API of component NilkinsScripts.
Definition: Environment.h:7
Holds all information for a script.
Definition: Script.h:14
Script * getByIndex(unsigned int id)
Manages the scripts available in the component.
Definition: ScriptManager.h:16
Class holding information about a string, with no ownership over the data.
Definition: StringView.h:22
Script * get(nkMemory::StringView name)
Script * createOrRetrieve(nkMemory::StringView name)
void erase(nkMemory::StringView name)