Skip to content

IndicatorContext

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

signal manager_changed( new: IndicatorManager )
func get_manager( ) -> IndicatorManager
func set_manager( manager: IndicatorManager ) -> void
func has_manager( ) -> bool
func validate_placement( ) -> ValidationResults

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

func get_editor_issues( ) -> Array[String]
func get_runtime_issues( ) -> Array[String]

addons/grid_building/context/indicator_context.gd


This API reference is automatically generated from the plugin source code. For implementation examples and usage guides, see the guides section.