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

Method reOrder

Engine/source/gui/containers/guiContainer.cpp:119–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117//-----------------------------------------------------------------------------
118
119bool GuiContainer::reOrder(SimObject* obj, SimObject* target)
120{
121 if ( !Parent::reOrder(obj, target) )
122 return false;
123
124 setUpdateLayout();
125 return true;
126}
127
128//-----------------------------------------------------------------------------
129

Callers 5

moveItemUpMethod · 0.45
moveItemDownMethod · 0.45
onKeyDownMethod · 0.45
inspectorSearchMethod · 0.45
reparentItemsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected