registerStash
Arguments
stashName (string): The name of the stash.
stashLabel (string): The label of the stash.
stashSlots (number): The number of slots in the stash.
stashMaxWeight (number): The maximum weight of the stash.
stashOwner (string, optional): The owner of the stash.
stashGroups (table, optional): The groups that can access the stash.
Returns
none
Example Usage
Last updated