Skip to content

GetParties

Every party on the server.

GetParties()

table of party ids

for _, party in ipairs(GetParties()) do
Log(GetPartyName(party) .. ": " .. GetPartySize(party))
end

GetPartyMembers · the Parties group of the index