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.
Input action name definitions for plugin systems and UI.
Source: addons/grid_placement/resources/actions/placement_actions.gd
Syntax
class PlacementActions extends PlacementResourceMembers
| Name | Kind | Summary |
|---|---|---|
OFF_MODE | Field | |
INFO_MODE | Field | |
BUILD_MODE | Field | |
MOVING_MODE | Field | |
DEMOLISH_MODE | Field | |
CONFIRM | Field | |
ROTATE_RIGHT | Field | |
ROTATE_LEFT | Field | |
FLIP_HORIZONTAL | Field | |
FLIP_VERTICAL | Field | |
POSITIONER_UP | Field | |
POSITIONER_DOWN | Field | |
POSITIONER_LEFT | Field | |
POSITIONER_RIGHT | Field | |
POSITIONER_CENTER | Field | |
off_mode | Property | Action to exit build mode. |
info_mode | Property | Action for entering info mode. |
build_mode | Property | Action for entering build mode. |
moving_mode | Property | Action for entering move mode. |
demolish_mode | Property | Action to enter demolish mode. |
confirm_build | Property | Confirm a build. |
confirm_manipulation | Property | Action for confirming an action to be taken within manipulation mode. Grid building plugin. What the confirmation does is context sensitive whether building with a preview instance, moving an existing object, or demolishing an object already within the scene. |
rotate_right | Property | The preview instance to the right when triggered. |
rotate_left | Property | Names of actions that the building system will rotate the preview instance to the left when triggered. |
flip_horizontal | Property | Actions that flip the preview instance horizontally during build mode. |
flip_vertical | Property | Actions that flip the preview instance vertically during build mode |
positioner_up | Property | Movement actions when using keyboard input for positioner movement |
positioner_down | Property | |
positioner_left | Property | |
positioner_right | Property | |
positioner_center | Property | Recenter the positioner to the viewport/camera center (snapped to tile) |
validate_action | Method | |
issues | Property | |
apply_default_input_actions | Method | |
created_actions | Property | |
default_action_events | Property | |
project_settings_synced | Property | |
events | Property | |
event | Property | |
event | Property | |
events | Property | |
action_setting_path | Property | |
action_setting_value | Property | |
get_editor_issues | Method | |
issues | Property | |
actions_to_validate | Property | |
get_runtime_issues | Method |
Source
addons/grid_placement/resources/actions/placement_actions.gd
Plugin docs root:gdscript/plugins/grid_placement_dev/docs