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

Method getParent

Engine/source/gui/core/guiControl.cpp:1927–1933  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1925//-----------------------------------------------------------------------------
1926
1927GuiControl *GuiControl::getParent()
1928{
1929 SimObject *obj = getGroup();
1930 if (GuiControl* gui = dynamic_cast<GuiControl*>(obj))
1931 return gui;
1932 return 0;
1933}
1934
1935//-----------------------------------------------------------------------------
1936

Callers 15

ea_startMethod · 0.45
processNodeFunction · 0.45
getMorphVertexDataMethod · 0.45
gameBase.cppFile · 0.45
processNodeFunction · 0.45
localToGlobalCoordMethod · 0.45
globalToLocalCoordMethod · 0.45
getCanSaveParentMethod · 0.45
addObjectMethod · 0.45
getRootMethod · 0.45
clearFirstResponderMethod · 0.45
guiControl.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected