Signals receiving storage data from a target.
Event.Storage.Get(target, segment, identifier, read, write, data) | |||
Parameter | Type | Datatype | Description |
---|---|---|---|
data | parameter | <nope> | The data contained in the requested element. |
identifier | parameter | <nope> | The identifier that was inspected. |
read | parameter | <nope> | The read permissions of this element. See Command.Storage.Set() for details. |
segment | parameter | <nope> | The segment that has been inspected, either "player" or "guild". |
target | parameter | variant | The name of the player that has been inspected. |
write | parameter | <nope> | The write permissions of this element. See Command.Storage.Set() for details. |