Skip to content

ManipulatableSettings

Settings for object manipulation rules and placement requirements.

move_rules: Array[TileCheckRule] = []

Rules required for completing move actions.

ignore_base_rules: bool = false

Skip default placement rules and use only move_rules.

rotateable: bool = false

Marks whether the placeable preview should be allowed to be rotated left and right

flip_horizontal: bool = false

Marks whether the placeable preview should be allowed to be flipped horizontally

flip_vertical: bool = false

Marks whether the placeable preview should be allowed to be flipped vertically

movable = true

Whether the full object and all children is to be movable

demolishable = true

Whether the full object and all children is to be demolishable (intentionally destroyed)

get_editor_issues( ) -> Array[String]

Returns an array of issues found during editor validation

get_runtime_issues( ) -> Array[String]

Returns an array of issues found during runtime validation

addons/grid_building/placement/manipulatable_settings.gd


This page was auto-generated from GDScript source. Edit the source file to improve documentation.

Generated on 2025-09-07