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

Method getMountLink

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

Return object link of next object mounted to this object's mount

Source from the content-addressed store, hash-verified

690
691 /// Return object link of next object mounted to this object's mount
692 virtual SceneObject* getMountLink() { return mMount.link; }
693
694 /// Returns object list of objects mounted to this object.
695 virtual SceneObject* getMountList() { return mMount.list; }

Callers 11

isMountIndexMethod · 0.80
getMountTransformMethod · 0.80
getMountVelocityMethod · 0.80
disableCollisionMethod · 0.80
enableCollisionMethod · 0.80
isMountIndexMethod · 0.80
getMountTransformMethod · 0.80
getMountVelocityMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected