DeleteVariable
Method
Delete the variable at the given key.
The key can be a / separated path to delete a variable in a nested dictionary. For example, the key "player/inventory" will delete the variable found at dataStore["player"]["inventory"] including any child variables.
Parameters
| Parameter | Description |
|---|---|
| string key |