Chris' Tutorials
Docs/Grid Placement

Class

ManipulatableSettings

Generated GDScript class reference for GridPlacement.ManipulatableSettings.

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.

Settings for object manipulation rules and placement requirements.

Source: addons/grid_placement/placement/manipulatable_settings.gd

Syntax

class ManipulatableSettings extends PlacementResource

Members

NameKindSummary
move_rulesPropertyRules required for completing move actions. If [member ignore_base_rules] is [code]false[/code], these rules are combined with base rules from [member GridPlacementBundle.placement_rules].
ignore_base_rulesPropertyWhen [code]true[/code], skips base placement rules from [member GridPlacementBundle.placement_rules] and uses ONLY the rules defined in [member move_rules]. Use cases: - [code]false[/code] (default): Inherit common rules + add movement-specific rules - [code]true[/code]: Completely custom move validation (e.g., flying units ignore terrain)
rotatablePropertyMarks whether the placeable preview should be allowed to be rotated left and right
disable_rotation_transformPropertyWhen [code]true[/code], rotation actions do NOT mutate the node transform, but still emit the [signal ManipulationParent.rotated] signal (with the new logical angle). Used for sprite-swap workflows that handle directional art themselves. Defaults to [code]false[/code] (existing behaviour preserved).
flip_horizontalPropertyMarks whether the placeable preview should be allowed to be flipped horizontally
flip_verticalPropertyMarks whether the placeable preview should be allowed to be flipped vertically
movablePropertyWhether the full object and all children is to be movable
demolishablePropertyWhether the full object and all children is to be demolishable (intentionally destroyed)
get_editor_issuesMethod
issuesProperty
get_runtime_issuesMethod
issuesProperty

Source

addons/grid_placement/placement/manipulatable_settings.gd

Plugin docs root:gdscript/plugins/grid_placement_dev/docs