Skip to content

GBSystem

Injects dependencies from the composition container (fail-fast: no default body).

func resolve_gb_dependencies( p_config: GBCompositionContainer ) -> void

Injects dependencies from the composition container (fail-fast: no default body).

func get_runtime_issues( ) -> Array[String]

Validates that all required dependencies are properly set. Returns list of validation issue messages (empty if valid). Fail-fast abstract.

addons/grid_building/base/gb_system.gd


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