Chris' Tutorials
Docs/Grid Placement

Class

NodeSearchLogic

Generated GDScript class reference for GridPlacement.NodeSearchLogic.

StatusDraft
Versionv6.0
UpdatedDevelopment docs generated from GDScript source

This is unreleased documentation in active development. APIs, class names, and behavior may change before the final release.

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 RefCounted

Members

NameKindSummary
find_nodes_by_nameMethod
resultsProperty
find_nodes_by_scriptMethod
resultsProperty
candidate_nameProperty
find_nodes_by_groupMethod
resultsProperty
find_nodes_by_classMethod
resultsProperty
find_nodes_by_propertyMethod
resultsProperty
find_nodes_by_method_resultMethod
resultsProperty
method_resultProperty
combine_search_resultsMethod
combinedProperty
seen_nodesProperty
filter_search_resultsMethod
filteredProperty
sort_search_resultsMethod
sorted_nodesProperty
keyProperty
jProperty
get_script_nameMethod
scriptProperty
script_pathProperty
validate_search_paramsMethod
issuesProperty

Source

addons/grid_placement/placement/placement_rules/template_rules/resources/node_search_logic.gd

Plugin docs root:gdscript/plugins/grid_placement_dev/docs