GBContexts
AUTO-GENERATED FILE — DO NOT EDIT MANUALLY
Source: context/gb_contexts.gd
Version: 5.0
class_name: GBContexts
extends: RefCounted
Summary
Contains contexts for resolving references to current objects within the grid building system instance
Signals
(none)
Exports
(none)
Methods
_init()get_runtime_issues()- Ensures all runtime contexts are properly initialized. Contexts may need to have their properties defined by game objects like GBLevelContext and GBOwner
get_editor_issues()- Validates editor configuration before nodes are set up. This should be called during the editor setup phase.[br] Returns:[br] [b]Array[String][/b] - List of editor configuration issues (empty if valid)