Blue Byte Documentation
  • Home
  • Scripts
    • Advanced Inventory
      • Installation
      • Migration
      • Temporary Inventories
      • API
        • Client Exports
          • GetAPI
          • GetItems
          • GetItem
          • IsInventoryOpen
          • DisableInventory
          • IsInventoryDisabled
          • RefreshClothing
          • GetPlayerInventory
          • SetDrawAnimation
          • ResetDrawAnimation
          • GetPlayerItemCount
          • AccessInventory
          • GetCurrentWeapon
        • Server Exports
          • GetAPI
          • GetItems
          • GetItem
          • GetPlayerInventory
          • ClearPlayerInventory
          • ClearPlayerClothing
          • AddPlayerItem
          • SetPlayerClothing
          • SetPlayerClothingFromCurrentComponents
          • RemovePlayerItem
          • CanPlayerCarryItem
          • GetPlayerItemCount
          • AddPlayerWeapon
          • RegisterUsableItem
          • SetItemMetadata
          • GetPlayerClothingByIdentifier
          • RemoveInventoryItemById
          • RemoveInventoryItemBySlot
          • GetInventoryItemById
          • GetPlayerItemById
          • CreateInventory
          • LoadInventoryByIdentifier
          • RegisterTemporaryInventoryHandler
          • ClearInventoryById
          • SearchPlayer
    • Simple Garage
    • Simple Tattoostudio
Powered by GitBook
On this page
  1. Scripts
  2. Advanced Inventory

API

The API allows third party script to interact with the inventory.

You can interact with the API by calling its direct export, or retrieve the full API via the GetAPI export.

PreviousTemporary InventoriesNextClient Exports

Last updated 25 days ago