Helper class for managing default input actions for the Grid Placement 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 | |
has_configured_action | Method | |
get_configured_action_events | Method | |
apply_default_input_actions_with_report | Method | |
validate_action | Method | |
get_editor_issues | Method | |
get_runtime_issues | Method | |
format_binding_description | Method | |
get_mouse_button_name | Method | |
get_project_setting_path | Method | |
setup_and_report | Method |