Grid Placement

IndicatorContext

AUTO-GENERATED FILE — DO NOT EDIT MANUALLY

Source: core/contexts/indicator_context.gd

Version: 5.1

class_name: IndicatorContext extends: RefCounted

Summary

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

Signals

  • manager_changed

Exports

(none)

Methods

  • get_manager()
  • set_manager()
  • has_manager()
  • validate_placement()
    • Delegates to the _indicator_manager to validate the placement of an object in the scene
  • get_editor_issues()
  • get_runtime_issues()