Chris' Tutorials
Docs/Grid Placement

Class

IndicatorSetupReport

Generated GDScript class reference for GridPlacement.IndicatorSetupReport.

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.

Represents a structured report of an IndicatorManager.setup_indicators() run. Holds the produced indicators plus diagnostic metadata that can be logged or asserted in tests.

Source: addons/grid_placement/placement/manager/components/indicator_setup_report.gd

Syntax

class IndicatorSetupReport extends RefCounted

Members

NameKindSummary
indicatorsPropertyThe indicators created during setup
targeting_statePropertyThe targeting state being used for indicators to be created and tested against for placement and validation
templatePropertyThe template being used for instantiating indicators
rulesPropertyThe rules that were being evaluated in the creation of the indicators
tile_positionsPropertyAll distinct tile positions that were used for the creation of indicators
position_rules_mapPropertyThe mapping between tile positions and an array of TileCheckRules that were assigned for an indicator at those positions
owner_shapesPropertyList of owners and their attached collision shapes and polygons
indicator_test_setupsPropertyCollision test setups for each collision shape / polygon 2D to be tested.
issuesPropertyThe issues that occured during setup, if any
notesPropertyVerbose diagnostic notes to detail what happened during indicator setup. These notes do not represent issues with the setup but may aid in debugging.
get_indicators_issuesMethod
issuesProperty
indicatorProperty
finalizeMethod
add_issueMethod
has_issuesMethod
is_successfulMethod
add_noteMethod
set_test_setupsMethod
validate_setup_environmentMethod
runtime_issuesProperty
to_summary_stringMethod
summaryProperty
mapProperty
positionerProperty
current_world_posProperty
tile_posProperty
aligned_world_posProperty
position_diffProperty
mapProperty
tilesProperty
indicatorProperty
tile_posProperty

Source

addons/grid_placement/placement/manager/components/indicator_setup_report.gd

Plugin docs root:gdscript/plugins/grid_placement_dev/docs