A function defined in BBMOD_Model.gml
find_node(_idOrName[, _node])
Finds a node by its name or id.
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 © 2023, BlueBurn. Built on May 02, 2023 using GMDoc.