| Name | Type | Description |
|---|---|---|
pluginName |
String | Name of the plugin |
Example
const params = new DKTools.ParameterManager('DKTools');
Members
Methods
-
Parse a string (supports escape characters of the RPG Maker 1.5+)
Name Type Description stringString String to parse - Version:
- 5.0.0
Returns:
Type Description Object | String Parsed string -
Changes the parameter value
Name Type Description pathArray.<String> Path to parameter value* New value - Since:
- 9.2.0
-
Returns a parameter by its name
Name Type Description parameterNameString Name of parameter itemNumber | String | Object optional Index (for an array) or property (for an object) or object with properties to find optionsObject optional Options for found item Name Type Description keyString optional Key (property) of item indexNumber optional Index of item - Version:
- 3.0.0
Returns:
Type Description * | undefined Parameter by its name or undefined -
Initializes the manager
Name Type Description pluginNameString Name of the plugin - Version:
- 6.0.0
-
Initializes plugin parameters
- Version:
- 6.0.0