* Check if a sound is currently playing. */
| 145 | * Check if a sound is currently playing. |
| 146 | */ |
| 147 | RLCPP_NODISCARD bool IsPlaying() const { return ::IsSoundPlaying(*this); } |
| 148 | |
| 149 | /** |
| 150 | * Set volume for a sound (1.0 is max level). |
nothing calls this directly
no outgoing calls
no test coverage detected