Event.Storage.Get

Signals receiving storage data from a target.

Usage:

Event.Storage.Get(target, segment, identifier, read, write, data)
ParameterTypeDatatypeDescription
dataparameter<nope>The data contained in the requested element.
identifierparameter<nope>The identifier that was inspected.
readparameter<nope>The read permissions of this element. See Command.Storage.Set() for details.
segmentparameter<nope>The segment that has been inspected, either "player" or "guild".
targetparametervariantThe name of the player that has been inspected.
writeparameter<nope>The write permissions of this element. See Command.Storage.Set() for details.