Chris' Tutorials
Docs/Grid Placement

Class

PlacementDiagnostics

Generated GDScript class reference for GridPlacement.PlacementDiagnostics.

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.

PlacementDiagnostics — runtime/shared diagnostics helpers Provide small, safe, static helpers for generating diagnostic strings that can be reused by runtime code and tests. Notes:

  • Keep these functions side-effect free (no printing) so callers may log or assert as they prefer.

Source: addons/grid_placement/utils/placement_diagnostics.gd

Syntax

class PlacementDiagnostics extends RefCounted

Members

NameKindSummary
instance_idProperty
weak_refProperty
last_write_sourceProperty
write_stackProperty
time_msecProperty
set_writeMethod
is_tracked_ref_freedMethod
vProperty
format_debugMethod
partsProperty
format_indicatorMethod
display_nameProperty
pos_strProperty
extraProperty
rules_arrProperty
format_tile_listMethod
partsProperty
format_indicator_listMethod
linesProperty
format_stack_summaryMethod
partsProperty
nProperty
entryProperty
srcProperty
line_numProperty
func_nameProperty
format_node_labelMethod
nProperty
format_visibility_contextMethod
hidden_ancestorProperty
pProperty
self_ciProperty
self_alphaProperty
self_zProperty
self_vis_in_treeProperty
visual_alphaProperty
visual_zProperty
visual_vis_in_treeProperty
visual_infoProperty
cam_curProperty
node_posProperty
describe_collision_layersMethod
coProperty
bitsProperty
okProperty
describe_collision_layers_3dMethod
coProperty
bitsProperty
okProperty
format_shape_cast_collisionsMethod
countProperty
colliders_infoProperty
cProperty
nProperty
format_shape_cast_collisions_3dMethod
countProperty
colliders_infoProperty
cProperty
nProperty
format_canvas_item_stateMethod
cls_nameProperty
baseProperty
spProperty
txProperty
asprProperty
camera_world_boundsMethod
vp_rectProperty
halfProperty
cam_centerProperty
set_lifecycle_trace_activeMethod
trace_placeable_writeMethod
stackProperty
stack_textProperty
trace_placeable_readMethod
tracked_idProperty
tracked_freedProperty
matchedProperty
id_nowProperty
write_timeProperty
now_timeProperty

Source

addons/grid_placement/utils/placement_diagnostics.gd

Plugin docs root:gdscript/plugins/grid_placement_dev/docs