MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getMountNode

Method getMountNode

Engine/source/scene/sceneObject.h:698–698  ·  view source on GitHub ↗

Returns the mount id that this is mounted to.

Source from the content-addressed store, hash-verified

696
697 /// Returns the mount id that this is mounted to.
698 virtual U32 getMountNode() { return mMount.node; }
699
700 /// Returns true if this object is mounted to anything at all
701 /// Also try to resolve the PID to objectId here if it is pending.

Callers 14

isMountIndexMethod · 0.80
getMountTransformMethod · 0.80
getMountVelocityMethod · 0.80
packUpdateMethod · 0.80
preTickUpdateMethod · 0.80
postTickUpdateMethod · 0.80
isMountIndexMethod · 0.80
getMountTransformMethod · 0.80
getMountVelocityMethod · 0.80
packUpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected