AUTO-GENERATED FILE — DO NOT EDIT MANUALLY
Source: resources/settings/action_log_settings.gd
Version: 5.0
class_name: ActionLogSettings
extends: GBResource
Signals
(none)
Exports
_group- If set, will show this when the build log starts
- List bullet style
- Show the base messages from ValidationResults
- Show the reasons for a build failing
- Should printing still happen for drag build. Warning: This may generate
- a lot of messages
- When a build validations succeeds, print all of the success reason messages to the log
- Print message on successful demolish
- Print message when move starts (pickup)
- Print message when move finishes (placement/cancel)
- Print message when mode changes
- Message format for mode changes (use %s for mode name)
- Message on successful build
- Message on failed build
- Message format for manipulation operations
- Maximum number of failure reasons to display before truncation
- Bullet prefix for issue lists (already exists as bullet_style but this is more specific)
- Returns an array of issues found during editor validation
_multiline- List bullet style
- Show the base messages from ValidationResults
- Show the reasons for a build failing
- Should printing still happen for drag build. Warning: This may generate
- a lot of messages
- When a build validations succeeds, print all of the success reason messages to the log
- Print message on successful demolish
- Print message when move starts (pickup)
- Print message when move finishes (placement/cancel)
- Print message when mode changes
- Message format for mode changes (use %s for mode name)
- Message on successful build
- Message on failed build
- Message format for manipulation operations
- Maximum number of failure reasons to display before truncation
- Bullet prefix for issue lists (already exists as bullet_style but this is more specific)
- Returns an array of issues found during editor validation
bullet_style: String = “•”- Show the base messages from ValidationResults
- Show the reasons for a build failing
- Should printing still happen for drag build. Warning: This may generate
- a lot of messages
- When a build validations succeeds, print all of the success reason messages to the log
- Print message on successful demolish
- Print message when move starts (pickup)
- Print message when move finishes (placement/cancel)
- Print message when mode changes
- Message format for mode changes (use %s for mode name)
- Message on successful build
- Message on failed build
- Message format for manipulation operations
- Maximum number of failure reasons to display before truncation
- Returns an array of issues found during editor validation
failed_color: Color = Color.LIGHT_CORAL- Show the base messages from ValidationResults
- Show the reasons for a build failing
- Should printing still happen for drag build. Warning: This may generate
- a lot of messages
- When a build validations succeeds, print all of the success reason messages to the log
- Print message on successful demolish
- Print message when move starts (pickup)
- Print message when move finishes (placement/cancel)
- Print message when mode changes
- Message format for mode changes (use %s for mode name)
- Message on successful build
- Message on failed build
- Message format for manipulation operations
- Maximum number of failure reasons to display before truncation
- Bullet prefix for issue lists (already exists as bullet_style but this is more specific)
- Returns an array of issues found during editor validation
success_color: Color = Color.LIGHT_BLUE- Show the base messages from ValidationResults
- Show the reasons for a build failing
- Should printing still happen for drag build. Warning: This may generate
- a lot of messages
- When a build validations succeeds, print all of the success reason messages to the log
- Print message on successful demolish
- Print message when move starts (pickup)
- Print message when move finishes (placement/cancel)
- Print message when mode changes
- Message format for mode changes (use %s for mode name)
- Message on successful build
- Message on failed build
- Message format for manipulation operations
- Maximum number of failure reasons to display before truncation
- Bullet prefix for issue lists (already exists as bullet_style but this is more specific)
- Returns an array of issues found during editor validation
_group- If set, will show this when the build log starts
- List bullet style
- Show the base messages from ValidationResults
- Show the reasons for a build failing
- Should printing still happen for drag build. Warning: This may generate
- a lot of messages
- When a build validations succeeds, print all of the success reason messages to the log
- Print message on successful demolish
- Print message when move starts (pickup)
- Print message when move finishes (placement/cancel)
- Print message when mode changes
- Message format for mode changes (use %s for mode name)
- Message on successful build
- Message on failed build
- Message format for manipulation operations
- Maximum number of failure reasons to display before truncation
- Bullet prefix for issue lists (already exists as bullet_style but this is more specific)
- Returns an array of issues found during editor validation
show_validation_message: bool = false- Show the reasons for a build failing
- Should printing still happen for drag build. Warning: This may generate
- a lot of messages
- When a build validations succeeds, print all of the success reason messages to the log
- Print message on successful demolish
- Print message when move starts (pickup)
- Print message when move finishes (placement/cancel)
- Print message when mode changes
- Message format for mode changes (use %s for mode name)
- Message on successful build
- Message on failed build
- Message format for manipulation operations
- Maximum number of failure reasons to display before truncation
- Bullet prefix for issue lists (already exists as bullet_style but this is more specific)
- Returns an array of issues found during editor validation
print_failed_reasons: bool = true- Should printing still happen for drag build. Warning: This may generate
- a lot of messages
- When a build validations succeeds, print all of the success reason messages to the log
- Print message on successful demolish
- Print message when move starts (pickup)
- Print message when move finishes (placement/cancel)
- Print message when mode changes
- Message format for mode changes (use %s for mode name)
- Message on successful build
- Message on failed build
- Message format for manipulation operations
- Maximum number of failure reasons to display before truncation
- Bullet prefix for issue lists (already exists as bullet_style but this is more specific)
- Returns an array of issues found during editor validation
print_on_drag_build: bool = false- When a build validations succeeds, print all of the success reason messages to the log
- Print message on successful demolish
- Print message when move starts (pickup)
- Print message when move finishes (placement/cancel)
- Print message when mode changes
- Message format for mode changes (use %s for mode name)
- Message on successful build
- Message on failed build
- Message format for manipulation operations
- Maximum number of failure reasons to display before truncation
- Bullet prefix for issue lists (already exists as bullet_style but this is more specific)
- Returns an array of issues found during editor validation
print_success_reasons: bool = false- Print message on successful demolish
- Print message when move starts (pickup)
- Print message when move finishes (placement/cancel)
- Print message when mode changes
- Message format for mode changes (use %s for mode name)
- Message on successful build
- Message on failed build
- Message format for manipulation operations
- Maximum number of failure reasons to display before truncation
- Bullet prefix for issue lists (already exists as bullet_style but this is more specific)
- Returns an array of issues found during editor validation
_group- If set, will show this when the build log starts
- List bullet style
- Show the base messages from ValidationResults
- Show the reasons for a build failing
- Should printing still happen for drag build. Warning: This may generate
- a lot of messages
- When a build validations succeeds, print all of the success reason messages to the log
- Print message on successful demolish
- Print message when move starts (pickup)
- Print message when move finishes (placement/cancel)
- Print message when mode changes
- Message format for mode changes (use %s for mode name)
- Message on successful build
- Message on failed build
- Message format for manipulation operations
- Maximum number of failure reasons to display before truncation
- Bullet prefix for issue lists (already exists as bullet_style but this is more specific)
- Returns an array of issues found during editor validation
show_demolish: bool = true- Print message when move starts (pickup)
- Print message when move finishes (placement/cancel)
- Print message when mode changes
- Message format for mode changes (use %s for mode name)
- Message on successful build
- Message on failed build
- Message format for manipulation operations
- Maximum number of failure reasons to display before truncation
- Bullet prefix for issue lists (already exists as bullet_style but this is more specific)
- Returns an array of issues found during editor validation
show_move_started: bool = false- Print message when move finishes (placement/cancel)
- Print message when mode changes
- Message format for mode changes (use %s for mode name)
- Message on successful build
- Message on failed build
- Message format for manipulation operations
- Maximum number of failure reasons to display before truncation
- Bullet prefix for issue lists (already exists as bullet_style but this is more specific)
- Returns an array of issues found during editor validation
show_move_finished: bool = true- Print message when mode changes
- Message format for mode changes (use %s for mode name)
- Message on successful build
- Message on failed build
- Message format for manipulation operations
- Maximum number of failure reasons to display before truncation
- Bullet prefix for issue lists (already exists as bullet_style but this is more specific)
- Returns an array of issues found during editor validation
show_mode_changes: bool = true- Message format for mode changes (use %s for mode name)
- Message on successful build
- Message on failed build
- Message format for manipulation operations
- Maximum number of failure reasons to display before truncation
- Bullet prefix for issue lists (already exists as bullet_style but this is more specific)
- Returns an array of issues found during editor validation
mode_change_message: String = “Mode changed to: %s”- Message on successful build
- Message on failed build
- Message format for manipulation operations
- Maximum number of failure reasons to display before truncation
- Bullet prefix for issue lists (already exists as bullet_style but this is more specific)
- Returns an array of issues found during editor validation
built_message: String = “Built %s.”- Message on failed build
- Message format for manipulation operations
- Maximum number of failure reasons to display before truncation
- Bullet prefix for issue lists (already exists as bullet_style but this is more specific)
- Returns an array of issues found during editor validation
fail_build_message: String = “Unable to build a %s.”- Message format for manipulation operations
- Maximum number of failure reasons to display before truncation
- Bullet prefix for issue lists (already exists as bullet_style but this is more specific)
- Returns an array of issues found during editor validation
manipulation_message: String = “Manipulation: %s”- Maximum number of failure reasons to display before truncation
- Bullet prefix for issue lists (already exists as bullet_style but this is more specific)
- Returns an array of issues found during editor validation
_group- If set, will show this when the build log starts
- List bullet style
- Show the base messages from ValidationResults
- Show the reasons for a build failing
- Should printing still happen for drag build. Warning: This may generate
- a lot of messages
- When a build validations succeeds, print all of the success reason messages to the log
- Print message on successful demolish
- Print message when move starts (pickup)
- Print message when move finishes (placement/cancel)
- Print message when mode changes
- Message format for mode changes (use %s for mode name)
- Message on successful build
- Message on failed build
- Message format for manipulation operations
- Maximum number of failure reasons to display before truncation
- Bullet prefix for issue lists (already exists as bullet_style but this is more specific)
- Returns an array of issues found during editor validation
max_failure_reasons: int = 5- Bullet prefix for issue lists (already exists as bullet_style but this is more specific)
- Returns an array of issues found during editor validation
issue_bullet_prefix: String = “- "- Returns an array of issues found during editor validation
Methods
get_editor_issues -> Arrayget_runtime_issues -> Array