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

Method IsValid

include/MusicUnmanaged.hpp:194–194  ·  view source on GitHub ↗

* Retrieve whether or not the Music has been loaded. * * @return True or false depending on whether the Music has been loaded. */

Source from the content-addressed store, hash-verified

192 * @return True or false depending on whether the Music has been loaded.
193 */
194 RLCPP_NODISCARD bool IsValid() const { return ::IsMusicValid(*this); }
195
196protected:
197 void set(const ::Music& music) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected