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

Method IsValid

include/WaveUnmanaged.hpp:163–163  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

161 * @return True or false depending on whether the wave data has been loaded.
162 */
163 RLCPP_NODISCARD bool IsValid() const { return ::IsWaveValid(*this); }
164
165protected:
166 void set(const ::Wave& wave) {

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by 1

mainFunction · 0.36