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

Method IsValid

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

* Retrieve whether or not the Sound buffer is loaded. * * @return True or false depending on whether the Sound buffer is loaded. */

Source from the content-addressed store, hash-verified

176 * @return True or false depending on whether the Sound buffer is loaded.
177 */
178 RLCPP_NODISCARD bool IsValid() const { return ::IsSoundValid(*this); }
179
180protected:
181 void set(const ::Sound& sound) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected