Skip to content

Class

ActionLogSettings

Generated GDScript class reference for GridPlacement.ActionLogSettings.

Status
Current
Version
v6.0
Source updated
Active v6.0 guide line from Grid Placement repo
Generated on
2026-09-01

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 PlacementSession.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
get_runtime_issuesMethod