Game (functions)/Guest Management/Table

From PMDOWiki
Revision as of 20:54, 17 January 2026 by Imbion (talk | contribs) (Created page with "{| class="wikitable" |- ! Function !! Description |- | GetPlayerGuestCount|| Returns the amount of guests currently in the player's party. |- | GetPlayerGuestTable|| Returns the player's party guests as a lua table. |- | GetPlayerGuestMember||Gets the character at the specified index from the guests. |- | AddPlayerGuest|| Adds the given character to the player's guest list. |- | RemovePlayerGuest|| Removes the character from the given slot from the guest list. |}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Function Description
GetPlayerGuestCount Returns the amount of guests currently in the player's party.
GetPlayerGuestTable Returns the player's party guests as a lua table.
GetPlayerGuestMember Gets the character at the specified index from the guests.
AddPlayerGuest Adds the given character to the player's guest list.
RemovePlayerGuest Removes the character from the given slot from the guest list.