GBDebugSettings
Summary
Section titled “Summary”Debug settings for plugin information logging
enum DebugLevel
NONE = 0
ERROR = 1
WARNING = 2
INFO = 3
DEBUG = 4
VERBOSE = 5
TRACE = 6
Signals
Section titled “Signals”signal debug_level_changed( new_level: DebugLevel )
Emitted when the debug_level changes to a new value
signal settings_changed( )
Properties
Section titled “Properties”level: DebugLevel = DebugLevel.ERROR
draw_rule_check_indicator_debug: bool = false
Methods
Section titled “Methods”set_debug_level( value: DebugLevel ) -> void
get_editor_issues( ) -> Array[String]
get_runtime_issues( ) -> Array[String]
Source
Section titled “Source”addons/grid_building/debug/gb_debug_settings.gd
This page was auto-generated from GDScript source. Edit the source file to improve documentation.
Generated on 2025-09-07