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

Method Unload

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

* Unload music stream. */

Source from the content-addressed store, hash-verified

92 * Unload music stream.
93 */
94 void Unload() {
95 if (IsValid()) {
96 ::UnloadMusicStream(*this);
97 ctxData = nullptr;
98 ctxType = 0;
99 }
100 }
101
102 /**
103 * Start music playing.

Callers

nothing calls this directly

Calls 1

IsValidFunction · 0.70

Tested by

no test coverage detected