Chris' Tutorials
Docs/Grid Placement

Class

PlacementActions

Generated GDScript class reference for GridPlacement.PlacementActions.

StatusDraft
Versionv6.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.

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
issuesProperty
apply_default_input_actionsMethod
created_actionsProperty
default_action_eventsProperty
project_settings_syncedProperty
eventsProperty
eventProperty
eventProperty
eventsProperty
action_setting_pathProperty
action_setting_valueProperty
get_editor_issuesMethod
issuesProperty
actions_to_validateProperty
get_runtime_issuesMethod

Source

addons/grid_placement/resources/actions/placement_actions.gd

Plugin docs root:gdscript/plugins/grid_placement_dev/docs