SetPartyData
The mode’s private storage on a party.
A key and any value the mode keeps with the party; gone with it. nil removes the key.
Syntax
Section titled “Syntax”SetPartyData(party, key, value)| Parameter | Type | |
|---|---|---|
party |
number | the party |
key |
string | the key |
value |
any | the value; nil removes |
Returns
Section titled “Returns”boolean - false for an unknown party
Example
Section titled “Example”SetPartyData(party, "round", 3)See also
Section titled “See also”GetPartyData · SetPlayerData · the Parties group of the index
