Chris' Tutorials
Docs/Item Vault

Class

ItemVaultInputActions

Generated GDScript class reference for ItemVault.ItemVaultInputActions.

StatusDraft
Versionv1.0
UpdatedDevelopment docs generated from GDScript source

This is unreleased documentation in active development. APIs, class names, and behavior may change before the final release.

Draft — Unreleased:This page is in active development. APIs, class names, and behavior may change before the release is finalized. Use it as a preview of what's coming — not as a stable integration target.

Constants for the InputMap action names used by the ItemVault demos. Bindings are registered in project.godot under [input]. Demos MUST use these action names via [code]event.is_action_pressed(NAME)[/code] — never check raw key/button constants like [code]MOUSE_BUTTON_LEFT[/code].

Source: addons/item_vault/input_actions.gd

Syntax

class ItemVaultInputActions extends RefCounted

Members

NameKindSummary
SELECTField
ALTERNATEField
MOVE_UPField
MOVE_DOWNField
MOVE_LEFTField
MOVE_RIGHTField

Source

addons/item_vault/input_actions.gd

Plugin docs root:gdscript/plugins/item_vault_dev/addons/item_vault/guides