Grid Placement

GBSystemsContext

AUTO-GENERATED (GDScript) API entry

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) -> void
  • get_building_system -> BuildingSystem
  • get_grid_targeting_system -> GridTargetingSystem
  • get_manipulation_system -> ManipulationSystem
  • set_system(system: GBSystem) -> void
  • get_editor_issues -> Array
  • get_runtime_issues(p_checks: GBRuntimeChecks) -> Array
  • _has_camera_2d_in_viewport -> bool
    • Get the current viewport
  • _find_camera_2d_in_node(node: Node) -> bool