BBMOD_Model.find_node_id

A function defined in BBMOD_Model.gml

find_node_id(_nodeName)

Description

Finds id of the model's node by its name.

Arguments

Name Type Description
_nodeName String The name of the node.

Returns

Real The id of the node or undefined when it is not found.

Note

It is not recommended to use this method in release builds, because having many of these lookups can slow down your game! You should instead use the ids available from the _log.txt files, which are created during model conversion.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on April 18, 2024 using GMDoc.