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 PlacementControlMembers
| Name | Kind | Summary |
|---|---|---|
REQUIRED_DEPENDENCIES | Field | |
message_log | Property | Visual output area for where messages go when output from the build log |
current_settings | Property | |
resolve_placement_dependencies | Method | |
placement_rules | Property | |
clear_log | Method | |
get_settings | Method | |
validate_setup | Method | |
issues | Property | |
append_validation_results | Method | |
current_settings | Property | |
is_successful_value | Property | |
append_placement_report_issues | Method | |
issues | Property | |
current_settings | Property | |
max_issues | Property | |
append_manipulation | Method | |
message | Property | |
should_show | Method | |
current_settings | Property | |
issues_to_show | Property | |
rule_result | Property | |
value | Property | |
selected_obj | Property | |
current_settings | Property | |
name | Property | |
msg | Property | |
msg | Property | |
current_settings | Property | |
msg | Property | |
is_success | Property | |
settings | Property | |
is_successful | Property | |
color | Property | |
settings | Property | |
current_settings | Property | |
mode_name | Property | |
msg | Property |
Source
addons/grid_placement/ui/actions/placement_action_log.gd
Plugin docs root:gdscript/plugins/grid_placement_dev/docs