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

Method onRemove

Engine/source/T3D/levelInfo.cpp:313–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311//-----------------------------------------------------------------------------
312
313void LevelInfo::onRemove()
314{
315 if( mSoundscape )
316 mSoundscape->setAmbience( sDefaultAmbience );
317
318 Parent::onRemove();
319}
320
321//-----------------------------------------------------------------------------
322

Callers

nothing calls this directly

Calls 1

setAmbienceMethod · 0.80

Tested by

no test coverage detected