GBSystem
Summary
Section titled “Summary”Injects dependencies from the composition container (fail-fast: no default body).
Methods
Section titled “Methods”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.
Source
Section titled “Source”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.