Skip to content

GBConfig

Configuration resource containing all grid building plugin settings.

settings: GBSettings

All settings resources for grid building operations.

templates: GBTemplates

Packed scene templates for system instantiation.

actions: GBActions

Input action definitions for systems and UI.

func _init( )
func _lazy_init_subresources( )

Lazy inits sub resources that have not been defined in the Godot inspector.

func get_editor_issues( ) -> Array[String]
func get_runtime_issues( ) -> Array[String]

addons/grid_building/resources/gb_config.gd


This API reference is automatically generated from the plugin source code. For implementation examples and usage guides, see the guides section.