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

Method onSleep

Engine/source/gui/3d/guiTSControl.cpp:230–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228//-----------------------------------------------------------------------------
229
230void GuiTSCtrl::onSleep()
231{
232 Parent::onSleep();
233
234 AssertFatal( smAwakeTSCtrls.contains( this ),
235 "GuiTSCtrl::onSleep - This control is not in the awake list!" );
236 smAwakeTSCtrls.remove( this );
237}
238
239//-----------------------------------------------------------------------------
240

Callers

nothing calls this directly

Calls 2

containsMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected