IndicatorSetupUtils
Result class for position validation operations
sort
Weight: 10
Result class for position validation operations
Version: v5.0.0
STABLE
Inherits: RefCounted
Source: indicator_setup_utils.gd
Parsing: AST-based for maximum accuracy with symbol typing
Methods
create_testing_indicator
Signature: static create_testing_indicator(indicator_template: PackedScene, parent_node: Node) -> RuleCheckIndicator
RuleCheckIndicator - The shared testing indicator instance, or null if creation fails
Returns: RuleCheckIndicator
Static: true
Parameters:
indicator_template: PackedSceneparent_node: Node
gather_collision_shapes
Signature: static gather_collision_shapes(test_object: Node2D) -> Dictionary
Dictionary[Node2D, Array] - Dictionary mapping collision owners to their shapes
Returns: Dictionary
Static: true
Parameters:
test_object: Node2D