Skip to content

Class

PlacementActions

Generated GDScript class reference for GridPlacement.PlacementActions.

Status
Current
Version
v6.0
Source updated
Active v6.0 guide line from Grid Placement repo
Generated on
2026-09-01

Input action name definitions for plugin systems and UI.

Source: addons/grid_placement/resources/actions/placement_actions.gd

Syntax

class PlacementActions extends PlacementResource

Members

NameKindSummary
OFF_MODEField
INFO_MODEField
BUILD_MODEField
MOVING_MODEField
DEMOLISH_MODEField
CONFIRMField
ROTATE_RIGHTField
ROTATE_LEFTField
FLIP_HORIZONTALField
FLIP_VERTICALField
POSITIONER_UPField
POSITIONER_DOWNField
POSITIONER_LEFTField
POSITIONER_RIGHTField
POSITIONER_CENTERField
off_modePropertyAction to exit build mode.
info_modePropertyAction for entering info mode.
build_modePropertyAction for entering build mode.
moving_modePropertyAction for entering move mode.
demolish_modePropertyAction to enter demolish mode.
confirm_buildPropertyConfirm a build.
confirm_manipulationPropertyAction 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_rightPropertyThe preview instance to the right when triggered.
rotate_leftPropertyNames of actions that the building system will rotate the preview instance to the left when triggered.
flip_horizontalPropertyActions that flip the preview instance horizontally during build mode.
flip_verticalPropertyActions that flip the preview instance vertically during build mode
positioner_upPropertyMovement actions when using keyboard input for positioner movement
positioner_downProperty
positioner_leftProperty
positioner_rightProperty
positioner_centerPropertyRecenter the positioner to the viewport/camera center (snapped to tile)
validate_actionMethod
apply_default_input_actionsMethod
get_editor_issuesMethod
get_runtime_issuesMethod