IndicatorContext
Delegates to the _indicator_manager to validate the placement of an object in the scene
sort
Weight: 10
Delegates to the _indicator_manager to validate the placement of an object in the scene
Version: v5.0.0
STABLE
Inherits: RefCounted
Source: indicator_context.gd
Parsing: AST-based for maximum accuracy with symbol typing
Variables
_indicator_manager:
Signals
manager_changed(new: IndicatorManager)
Parameters:
new: IndicatorManager
Methods
get_manager
Signature: get_manager() -> IndicatorManager
Returns: IndicatorManager
set_manager
Signature: set_manager(manager: IndicatorManager) -> void
Returns: void
Parameters:
manager: IndicatorManager
has_manager
Signature: has_manager() -> bool
Returns: bool
validate_placement
Signature: validate_placement() -> ValidationResults
Delegates to the _indicator_manager to validate the placement of an object in the scene
Returns: ValidationResults
get_editor_issues
Signature: get_editor_issues() -> Array
Returns: Array
get_runtime_issues
Signature: get_runtime_issues() -> Array
NOTE: IndicatorManager assignment is a runtime-only check
Returns: Array