Game (functions)/Item Management: Revision history

From PMDOWiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 January 2026

  • curprev 23:4923:49, 17 January 2026 Imbion talk contribs 5,717 bytes +1,727 No edit summary
  • curprev 21:0621:06, 17 January 2026 Imbion talk contribs 3,990 bytes +3,990 Created page with " == GAME:FindPlayerItem(System.String,System.Boolean,System.Boolean) == Finds an item in the player's team and returns its slot within the inventory or among its team's equips. === Arguments === * <code>id</code>: The item ID to search for. * <code>held</code>: Check equipped items. * <code>inv</code>: Check inventory items. === Returns === The InvSlot of the item. Invalid if the item could not be found. == GAME:GetPlayerEquippedCount == Get the number of items..."