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.
Settings that define what and how the build log UI displays gameplay messaging content
Source: addons/grid_placement/resources/settings/action_log_settings.gd
Syntax
class ActionLogSettings extends PlacementResourceMembers
| Name | Kind | Summary |
|---|---|---|
on_ready_message | Property | If set, will show this when the build log starts |
bullet_style | Property | List bullet style |
failed_color | Property | |
success_color | Property | |
show_validation_message | Property | Show the base messages from ValidationResults |
print_failed_reasons | Property | Show the reasons for a build failing |
print_on_drag_build | Property | Should printing still happen for drag build. Warning: This may generate a lot of messages |
print_success_reasons | Property | When a build validations succeeds, print all of the success reason messages to the log |
show_demolish | Property | Print message on successful demolish |
show_move_started | Property | Print message when move starts (pickup) |
show_move_finished | Property | Print message when move finishes (placement/cancel) |
show_mode_changes | Property | Print message when mode changes |
mode_change_message | Property | Message format for mode changes (use %s for mode name) |
built_message | Property | Message on successful build |
fail_build_message | Property | Message on failed build |
manipulation_message | Property | Message format for manipulation operations |
auto_dump_path | Property | File path for auto-dumping the action history on exit. When set, [PlacementActionHistory] writes to this path via [method PlacementContainer.dump_action_history]. Supports user:// paths for per-user persistence. |
max_failure_reasons | Property | Maximum number of failure reasons to display before truncation |
issue_bullet_prefix | Property | Bullet prefix for issue lists (already exists as bullet_style but this is more specific) |
get_editor_issues | Method | |
issues | Property | |
get_runtime_issues | Method | |
issues | Property |
Source
addons/grid_placement/resources/settings/action_log_settings.gd
Plugin docs root:gdscript/plugins/grid_placement_dev/docs