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

Method getSavedStatus

Engine/source/sfx/sfxSource.h:419–419  ·  view source on GitHub ↗

Return the status that the source wants to be in. Used for playback control in combination with source groups.

Source from the content-addressed store, hash-verified

417 /// Return the status that the source wants to be in. Used for playback
418 /// control in combination with source groups.
419 SFXStatus getSavedStatus() const { return mSavedStatus; }
420
421 /// Returns the sound status.
422 SFXStatus getStatus() const { const_cast< SFXSource* >( this )->_updateStatus(); return mStatus; }

Callers 1

_updateSourcesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected