Pure logic class for node search operations. Contains no state and can be easily tested in isolation.
Source: addons/grid_placement/placement/placement_rules/template_rules/resources/node_search_logic.gd
Syntax
class NodeSearchLogic extends RefCountedMembers
| Name | Kind | Summary |
|---|---|---|
find_nodes_by_name | Method | |
results | Property | |
find_nodes_by_script | Method | |
results | Property | |
candidate_name | Property | |
find_nodes_by_group | Method | |
results | Property | |
find_nodes_by_class | Method | |
results | Property | |
find_nodes_by_property | Method | |
results | Property | |
find_nodes_by_method_result | Method | |
results | Property | |
method_result | Property | |
combine_search_results | Method | |
combined | Property | |
seen_nodes | Property | |
filter_search_results | Method | |
filtered | Property | |
sort_search_results | Method | |
sorted_nodes | Property | |
key | Property | |
j | Property | |
get_script_name | Method | |
script | Property | |
script_path | Property | |
validate_search_params | Method | |
issues | Property |