Command.Storage.List

Lists the visible elements in a target's storage. The results will be sent to Event.Storage.List. This command is throttled by the "storage" throttle type.

Usage:

Command.Storage.List(target, segment, callback)
ParameterTypeDatatypeDescription
callbackparametercallbackfunctionA standard command callback, used for detecting success or failure. See the "callbackfunction" documentation for more details.
segmentparameterstringThe storage segment to access. "player" will access the target's per-player storage, "guild" will access the target's guild's per-guild storage. If this function has no target parameter, then the player will be targeted.
targetparameterstringThe name of the player whose storage should be accessed. Will work only on players in your guild, players in your group, or players that the addon unit system is aware of.