A function defined in BBMOD_Model.gml
find_node(_idOrName[, _node])
Recursively traverses nodes that the model consists of until it finds and returns a node with specified ID or name.
Name | Type | Description |
---|---|---|
_idOrName | Real, String |
The ID (real) or the name (string) of the node. |
_node | Struct.BBMOD_Node |
The node to start searching from. Defaults to the root node. |
Struct.BBMOD_Node
Returns the found node or undefined
.
Copyright © 2025, BlueBurn. Built on January 04, 2025 using GMDoc.