Chris' Tutorials
Docs/Grid Placement

Class

GridBuildingAnalyzer

Generated GDScript class reference for GridPlacement.GridBuildingAnalyzer.

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.

Grid Building System Analysis Tool Provides detailed analysis of grid building system components for debugging. This is plugin-specific (not project-agnostic) and can safely reference grid building plugin classes like PlacementSystem, GridTargetingSystem, etc. Unlike the runtime scene analyzer which is project-agnostic, this analyzer is designed specifically for the grid building plugin and knows about all the plugin's internal classes and their expected configurations. Usage: var analyzer = GridBuildingAnalyzer.new() var analysis = analyzer.analyze_scene(scene_root) print(analysis)

Source: addons/grid_placement/debug/grid_building_analyzer.gd

Syntax

class GridBuildingAnalyzer extends RefCounted

Members

NameKindSummary
analyze_sceneMethod
analysisProperty
injector_analysisProperty
systems_analysisProperty
positioner_analysisProperty
level_analysisProperty
issues_analysisProperty
analysisProperty
injectorProperty
containerProperty
analysisProperty
analysisProperty
hostProperty
host_issuesProperty
gtsProperty
msProperty
tsProperty
analysisProperty
positionerProperty
validation_issuesProperty
analysisProperty
level_contextProperty
level_containersProperty
containerProperty
analysisProperty
issuesProperty
hostProperty
host_issuesProperty
script_pathProperty
script_fileProperty
foundProperty
foundProperty

Source

addons/grid_placement/debug/grid_building_analyzer.gd

Plugin docs root:gdscript/plugins/grid_placement_dev/docs