IndicatorContext
Summary
Section titled “Summary”Wrapper for accessing the active IndicatorManager at runtime. The indicator manager creates and managers RuleCheckIndicators for the given context scope
Signals
Section titled “Signals”signal manager_changed(
new: IndicatorManager)
Methods
Section titled “Methods”func get_manager( ) -> IndicatorManagerfunc set_manager(
manager: IndicatorManager)
->void
func has_manager( ) ->bool
func validate_placement( ) -> ValidationResultsDelegates 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
]
Source
Section titled “Source”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.