IndicatorContext

AUTO-GENERATED FILE – DO NOT EDIT MANUALLY

Wrapper for accessing the active IndicatorManager at runtime. The indicator manager creates and managers RuleCheckIndicators for the given context scope

Source File: addons/grid_building/context/indicator_context.gd

Extends: RefCounted

Signals

  • Signal: manager_changed(new: IndicatorManager)

Private Properties

  • Property: _indicator_manager: [IndicatorManager](./indicator-manager/) (private)

Public Methods

get_manager

1
get_manager() -> IndicatorManager

set_manager

1
set_manager(manager: IndicatorManager) -> void

has_manager

1
has_manager() -> bool

validate_placement

1
validate_placement() -> ValidationResults

Delegates to the _indicator_manager to validate the placement of an object in the scene


get_editor_issues

1
get_editor_issues() -> Array[String]

get_runtime_issues

1
get_runtime_issues() -> Array[String]