Skip to content

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.

SetPartyData(party, key, value)
Parameter Type
party number the party
key string the key
value any the value; nil removes

boolean - false for an unknown party

SetPartyData(party, "round", 3)

GetPartyData · SetPlayerData · the Parties group of the index