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

Method getParent

Engine/source/Verve/Core/VTreeNode.cpp:121–124  ·  view source on GitHub ↗

----------------------------------------------------------------------------- VTreeNode::getParent(); Returns the parent object. -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

119//
120//-----------------------------------------------------------------------------
121ITreeNode *VTreeNode::getParent( void )
122{
123 return mParentNode;
124}
125
126//-----------------------------------------------------------------------------
127//

Callers 2

VController.cppFile · 0.45
VObject.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected