Return the status that the source wants to be in. Used for playback control in combination with source groups.
| 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; } |