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.
Helper class for managing default input actions for the Grid Building plugin. Provides utilities for applying default input mappings, validating actions, and formatting action bindings for display.
Source: addons/grid_placement/utils/default_input_actions_helper.gd
Syntax
class DefaultInputActionsHelper extends RefCountedMembers
| Name | Kind | Summary |
|---|---|---|
created_actions | Property | Internal report structure for apply_default_input_actions_with_report. |
existing_actions | Property | |
existing_action_events | Property | |
all_action_names | Property | |
apply_default_input_actions | Method | |
created_actions | Property | |
default_action_events | Property | |
project_settings_synced | Property | |
has_configured_action | Method | |
get_configured_action_events | Method | |
action_setting | Property | |
stored_events | Property | |
events | Property | |
apply_default_input_actions_with_report | Method | |
all_action_names | Property | |
created_actions | Property | |
existing_actions | Property | |
existing_action_events | Property | |
events | Property | |
action_setting_path | Property | |
action_setting_value | Property | |
action_setting_path | Property | |
action_setting | Property | |
deadzone | Property | |
stored_events | Property | |
event | Property | |
event | Property | |
validate_action | Method | |
issues | Property | |
get_editor_issues | Method | |
issues | Property | |
get_runtime_issues | Method | |
format_binding_description | Method | |
descriptions | Property | |
key_event | Property | |
key_name | Property | |
mouse_event | Property | |
button_name | Property | |
get_mouse_button_name | Method | |
get_project_setting_path | Method | |
setup_and_report | Method | |
separator | Property | |
report | Property | |
mode_actions | Property | |
building_actions | Property | |
movement_actions | Property | |
binding_desc | Property | |
binding_desc | Property | |
binding_desc | Property | |
events | Property |
Source
addons/grid_placement/utils/default_input_actions_helper.gd
Plugin docs root:gdscript/plugins/grid_placement_dev/docs