Chris' Tutorials
Docs/Grid Placement

Class

ActionLogSettings

Generated GDScript class reference for GridPlacement.ActionLogSettings.

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.

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 PlacementResource

Members

NameKindSummary
on_ready_messagePropertyIf set, will show this when the build log starts
bullet_stylePropertyList bullet style
failed_colorProperty
success_colorProperty
show_validation_messagePropertyShow the base messages from ValidationResults
print_failed_reasonsPropertyShow the reasons for a build failing
print_on_drag_buildPropertyShould printing still happen for drag build. Warning: This may generate a lot of messages
print_success_reasonsPropertyWhen a build validations succeeds, print all of the success reason messages to the log
show_demolishPropertyPrint message on successful demolish
show_move_startedPropertyPrint message when move starts (pickup)
show_move_finishedPropertyPrint message when move finishes (placement/cancel)
show_mode_changesPropertyPrint message when mode changes
mode_change_messagePropertyMessage format for mode changes (use %s for mode name)
built_messagePropertyMessage on successful build
fail_build_messagePropertyMessage on failed build
manipulation_messagePropertyMessage format for manipulation operations
auto_dump_pathPropertyFile 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_reasonsPropertyMaximum number of failure reasons to display before truncation
issue_bullet_prefixPropertyBullet prefix for issue lists (already exists as bullet_style but this is more specific)
get_editor_issuesMethod
issuesProperty
get_runtime_issuesMethod
issuesProperty

Source

addons/grid_placement/resources/settings/action_log_settings.gd

Plugin docs root:gdscript/plugins/grid_placement_dev/docs