DeleteVariable

Method

Delete the variable at the given key.

Remarks

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.

Definition

DataStoreOperationRequest DeleteVariable(string key)
DataStoreOperationRequest DeleteVariable(string key)

Returns DataStoreOperationRequest

Parameters

ParameterDescription
string key