Draft — Unreleased:This page is in active development. APIs, class names, and behavior may change before the release is finalized. Use it as a preview of what's coming — not as a stable integration target.
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 |
Source
addons/grid_placement/placement/placement_rules/template_rules/resources/node_search_logic.gd
Plugin docs root:gdscript/plugins/grid_placement_dev/docs