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

Method isAttached

Engine/source/gui/game/guiMessageVectorCtrl.cpp:218–221  ·  view source on GitHub ↗

--------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

216
217//--------------------------------------------------------------------------
218bool GuiMessageVectorCtrl::isAttached() const
219{
220 return (mMessageVector != NULL);
221}
222
223
224//--------------------------------------------------------------------------

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected