Return the SFX description associated with this source. Never NULL.
| 404 | |
| 405 | /// Return the SFX description associated with this source. Never NULL. |
| 406 | SFXDescription* getDescription() const { return mDescription; } |
| 407 | |
| 408 | /// Return the source group that this source has been assigned to. |
| 409 | SFXSource* getSourceGroup() const; |
no outgoing calls
no test coverage detected