Delegate DataStorageHelper.DataStorageUpdatedHandler
- Namespace
- Archipelago.MultiClient.Net.Helpers
- Assembly
- Archipelago.MultiClient.Net.dll
Delegate for the callback that is called when a value in the data storage is updated
public delegate void DataStorageHelper.DataStorageUpdatedHandler(JToken originalValue, JToken newValue, Dictionary<string, JToken> additionalArguments)
Parameters
originalValueJTokenThe original value before the update
newValueJTokenthe current value
additionalArgumentsDictionary<string, JToken>the additional arguments passed to the set operation