MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / IsPlaying

Method IsPlaying

include/SoundUnmanaged.hpp:147–147  ·  view source on GitHub ↗

* Check if a sound is currently playing. */

Source from the content-addressed store, hash-verified

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).

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected