Game (functions)/Party Management/Table

From PMDOWiki
Revision as of 20:54, 17 January 2026 by Imbion (talk | contribs) (Created page with "{| class="wikitable" |- ! Function !! Description |- |- | GetPlayerPartyCount||Returns the player's party count. |- | GetPlayerPartyTable||Returns the player's party as a lua table, excluding guests. |- | GetPlayerPartyMember||Returns the party member at the specified team index. |- | AddPlayerTeam||Adds the given character to the player's team. |- | RemovePlayerTeam||Removes the character from the given slot from the team. |- |}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Function Description
GetPlayerPartyCount Returns the player's party count.
GetPlayerPartyTable Returns the player's party as a lua table, excluding guests.
GetPlayerPartyMember Returns the party member at the specified team index.
AddPlayerTeam Adds the given character to the player's team.
RemovePlayerTeam Removes the character from the given slot from the team.