Game (functions)/Assembly Management/Table

From PMDOWiki
Revision as of 20:54, 17 January 2026 by Imbion (talk | contribs) (Created page with "{| class="wikitable" |- ! Function !! Description |- | GetPlayerAssemblyCount||Returns the amount of characters currently in the player's assembly. |- | GetPlayerAssemblyTable||Returns the player's assembly as a lua table. |- | GetPlayerAssemblyMember||Gets the character at the specified index from the assembly. |- | AddPlayerAssembly||Adds the given character to the player's assembly. |- | RemovePlayerAssembly||Removes the character from the given slot from the assembly...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Function Description
GetPlayerAssemblyCount Returns the amount of characters currently in the player's assembly.
GetPlayerAssemblyTable Returns the player's assembly as a lua table.
GetPlayerAssemblyMember Gets the character at the specified index from the assembly.
AddPlayerAssembly Adds the given character to the player's assembly.
RemovePlayerAssembly Removes the character from the given slot from the assembly.