BBMOD_Model.find_node

A function defined in BBMOD_Model.gml

find_node(_idOrName[, _node])

Description

Finds a node by its name or id.

Arguments

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.

Returns

Struct.BBMOD_Node Returns the found node or undefined.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.