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

Method setAmbience

Engine/source/sfx/sfxSoundscape.cpp:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51//-----------------------------------------------------------------------------
52
53void SFXSoundscape::setAmbience( SFXAmbience* ambience )
54{
55 AssertFatal( ambience != NULL, "SFXSoundscape::setAmbience - ambience cannot be NULL!" );
56 mDirtyBits.set( AmbienceDirty );
57 mAmbience = ambience;
58}
59
60//=============================================================================
61// SFXSoundscapeManager.

Callers 4

notifyChangedMethod · 0.80
unpackUpdateMethod · 0.80
onAddMethod · 0.80
onRemoveMethod · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected