Inventory Pro Add-On Documentation
  • Welcome to Inventory Pro Add-On for FPS Engine!
  • BEFORE WE START
    • Early Considerations
    • Add-On Compatibility
    • List of Tutorials
  • GETTING STARTED
    • 01. Basic Set-Up
    • 02. Roadmap
  • CONTENT
    • 03. Content
      • 03.1 CRAFTING
        • Recipe_SO
          • Ingredient
        • CraftingButton
        • CraftingProcess
        • CraftingUI
        • CraftingBench
        • IngredientUIIcon
      • 03.2 FAV MENU
        • FavItemSlot
        • FavItemsMenu
          • FavItemReference
      • 03.3 INTERACTABLES
        • InventoryItemPickeable
      • 03.4 INVENTORY
        • InventoryGridData_SO
        • InventoryProManager
        • GridGenerator
        • InventorySlot
        • SlotData
        • InventoryProManagerInputActions
      • 03.5 ITEMS
        • AppleItem_SO
        • EnergyDrinkItem_SO
      • 03.6 OTHERS
        • 03.6.1 TRADE HUB
          • TradeButton
          • TradeUI
          • TradeHub
        • Chest
        • ExamineItem
      • 03.7 SHOP
        • PurchasableItem
        • Shop
          • ShopItemData
        • ShopUI
        • ShopButton
      • 03.8 UI TOOLKIT
        • ContextMenu
        • HighlightInteractions
        • Padding
        • TooltipManager
    • 04. Shared Content for Add-Ons
  • HOW TO USE & GUIDES
    • Uninstalling the Add-On: Fixing Errors
    • Creating, Updating & Deleting Recipes
    • Inventory Designer: Creating, Updating & Deleting Inventory Grid Data
    • Working with Crafting Benches
    • Working with Chests
    • Working with Shops
    • Working with Purchasable Items
    • Working with Item Examination
    • Favorite Pinned Items Menu Considerations
    • Inventory, Hotbar & Chests Considerations
    • Tetris Inventory Considerations
    • Weapons & Ammo from the Inventory
    • Custom Item_SOs
    • Adding a New Inventory
  • FAQ
    • FAQ
  • SUPPORT
    • Support
Powered by GitBook
On this page
  • What Items can be pinned?
  • How can I Pin Items to the Favorite Pinned Menu?
  • What happens if I move a Pinned Item Out of the Inventory?
  • What happens if a Pinned Item runs out?
  1. HOW TO USE & GUIDES

Favorite Pinned Items Menu Considerations

PreviousWorking with Item ExaminationNextInventory, Hotbar & Chests Considerations

Last updated 1 month ago

The Favorite Pinned Items Menu allows you to pin Items from the Player Grid Inventory so you can accessed them quicker & use them with just a click.

Fav Menu Documentation can be found .

What Items can be pinned?

Only Items that can be used can be pinned. The default Items that can be pinned/used are Weapons, Attachments & Items like Apple or Energy Drinks.

How can I Pin Items to the Favorite Pinned Menu?

If you want to pin a valid Item to the Fav Pinned Menu, you´ll need to do it from your Inventory.

  1. Press "Tab" to open the Inventory.

  2. Right-Click on a valid Item

  3. Click on "Pin"

  4. Press "Q" to Open the Fav Pinned Menu.

What happens if I move a Pinned Item Out of the Inventory?

When moving a Pinned Item out of the Inventory, either because you dropped it or because you stored it in a Chest or even delete it, the Item will be unpinned, ensuring no reference errors can occur.

What happens if a Pinned Item runs out?

If you use a pinned Item and on reducing the amount it runs out, it will be unpinned, ensuring no reference errors can occur.

here