Shows recent messages from the grid building plugin actions within the context of the PlacementSession 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 |
resolve_placement_dependencies | Method | |
clear_log | Method | |
get_settings | Method | |
validate_setup | Method | |
append_validation_results | Method | |
append_placement_report_issues | Method | |
append_manipulation | Method | |
should_show | Method |