AUTO-GENERATED FILE — DO NOT EDIT MANUALLY
Source: context/gb_systems_context.gd
Version: 5.0
class_name: GBSystemsContext
extends: RefCounted
Signals
building_system_changed(new_system: BuildingSystem)- Internal references to the systems
grid_targeting_system_changed(new_system: GridTargetingSystem)- Internal references to the systems
manipulation_system_changed(new_system: ManipulationSystem)- Internal references to the systems
Exports
(none)
Methods
_init(p_logger: GBLogger) -> voidget_building_system -> BuildingSystemget_grid_targeting_system -> GridTargetingSystemget_manipulation_system -> ManipulationSystemset_system(system: GBSystem) -> voidget_editor_issues -> Arrayget_runtime_issues(p_checks: GBRuntimeChecks) -> Array_has_camera_2d_in_viewport -> bool- Get the current viewport
_find_camera_2d_in_node(node: Node) -> bool