Chris' Tutorials
Docs/Grid Placement

Class

PlacementActionLog

Generated GDScript class reference for GridPlacement.PlacementActionLog.

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.

Shows recent messages from the grid building plugin actions within the context of the PlacementContainer scope. Listens to both the legacy per-status signals ([signal PlacementState.success], etc.) and the consolidated [signal PlacementState.action_performed] / [signal ManipulationState.action_performed] signals (5.1.0 signal refactoring).

Source: addons/grid_placement/ui/actions/placement_action_log.gd

Syntax

class PlacementActionLog extends PlacementControl

Members

NameKindSummary
REQUIRED_DEPENDENCIESField
message_logPropertyVisual output area for where messages go when output from the build log
current_settingsProperty
resolve_placement_dependenciesMethod
placement_rulesProperty
clear_logMethod
get_settingsMethod
validate_setupMethod
issuesProperty
append_validation_resultsMethod
current_settingsProperty
is_successful_valueProperty
append_placement_report_issuesMethod
issuesProperty
current_settingsProperty
max_issuesProperty
append_manipulationMethod
messageProperty
should_showMethod
current_settingsProperty
issues_to_showProperty
rule_resultProperty
valueProperty
selected_objProperty
current_settingsProperty
nameProperty
msgProperty
msgProperty
current_settingsProperty
msgProperty
is_successProperty
settingsProperty
is_successfulProperty
colorProperty
settingsProperty
current_settingsProperty
mode_nameProperty
msgProperty

Source

addons/grid_placement/ui/actions/placement_action_log.gd

Plugin docs root:gdscript/plugins/grid_placement_dev/docs