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

Method getCurrentAddSet

Engine/source/gui/editor/guiEditCtrl.cpp:2258–2264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2256//-----------------------------------------------------------------------------
2257
2258GuiControl* GuiEditCtrl::getCurrentAddSet()
2259{
2260 if( !mCurrentAddSet )
2261 setCurrentAddSet( mContentControl, false );
2262
2263 return mCurrentAddSet;
2264}
2265
2266//-----------------------------------------------------------------------------
2267

Callers 1

guiEditCtrl.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected