# Inventory

- [Add Player Ammo - Equipped](https://wiki.thescriptersguild.com/scripting/nodes/inventory/add-player-ammo-equipped.md)
- [Add Player Ammo - Unequipped](https://wiki.thescriptersguild.com/scripting/nodes/inventory/add-player-ammo-unequipped.md)
- [Are Same Weapon Type](https://wiki.thescriptersguild.com/scripting/nodes/inventory/are-same-weapon-type.md)
- [Drop Specific Weapon](https://wiki.thescriptersguild.com/scripting/nodes/inventory/drop-specific-weapon.md)
- [Drop Weapon Of Type](https://wiki.thescriptersguild.com/scripting/nodes/inventory/drop-weapon-of-type.md)
- [Empty Player Ammo](https://wiki.thescriptersguild.com/scripting/nodes/inventory/empty-player-ammo.md)
- [Get Is Holding Specific Weapon](https://wiki.thescriptersguild.com/scripting/nodes/inventory/get-is-holding-specific-weapon.md)
- [Get Is Holding Weapon Type](https://wiki.thescriptersguild.com/scripting/nodes/inventory/get-is-holding-weapon-type.md)
- [Get Is Weapon Type](https://wiki.thescriptersguild.com/scripting/nodes/inventory/get-is-weapon-type.md)
- [Get Player Holding Item](https://wiki.thescriptersguild.com/scripting/nodes/inventory/get-player-holding-item.md)
- [Get Player Weapons](https://wiki.thescriptersguild.com/scripting/nodes/inventory/get-player-weapons.md)
- [Get Unit Holding Item](https://wiki.thescriptersguild.com/scripting/nodes/inventory/get-unit-holding-item.md)
- [Get Unit Weapons](https://wiki.thescriptersguild.com/scripting/nodes/inventory/get-unit-weapons.md)
- [Get Weapon Magazine Capacity](https://wiki.thescriptersguild.com/scripting/nodes/inventory/get-weapon-magazine-capacity.md)
- [Get Weapon Magazine Rounds](https://wiki.thescriptersguild.com/scripting/nodes/inventory/get-weapon-magazine-rounds.md)
- [Get Weapon Type](https://wiki.thescriptersguild.com/scripting/nodes/inventory/get-weapon-type.md)
- [Give Player New Weapon](https://wiki.thescriptersguild.com/scripting/nodes/inventory/give-player-new-weapon.md)
- [Give Player Specific Weapon](https://wiki.thescriptersguild.com/scripting/nodes/inventory/give-player-specific-weapon.md)
- [Give Unit New Weapon](https://wiki.thescriptersguild.com/scripting/nodes/inventory/give-unit-new-weapon.md)
- [Give Unit Specific Weapon](https://wiki.thescriptersguild.com/scripting/nodes/inventory/give-unit-specific-weapon.md)
- [Refill Player Ammo](https://wiki.thescriptersguild.com/scripting/nodes/inventory/refill-player-ammo.md)
- [Set Player Weapon Lowered](https://wiki.thescriptersguild.com/scripting/nodes/inventory/set-player-weapon-lowered.md)
- [Switch To First Weapon Of Type](https://wiki.thescriptersguild.com/scripting/nodes/inventory/switch-to-first-weapon-of-type.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.thescriptersguild.com/scripting/nodes/inventory.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
