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

Method getContentControl

Engine/source/gui/core/guiCanvas.cpp:1483–1488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1481}
1482
1483GuiControl *GuiCanvas::getContentControl()
1484{
1485 if(size() > 0)
1486 return (GuiControl *) first();
1487 return NULL;
1488}
1489
1490void GuiCanvas::pushDialogControl(GuiControl *gui, S32 layer, bool center)
1491{

Callers 2

guiCanvas.cppFile · 0.80
guiEditCtrl.cppFile · 0.80

Calls 1

sizeFunction · 0.50

Tested by

no test coverage detected