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

Method Unload

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

* Unload sound. */

Source from the content-addressed store, hash-verified

86 * Unload sound.
87 */
88 void Unload() {
89 // Protect against calling UnloadSound() twice.
90 if (frameCount != 0) {
91 ::UnloadSound(*this);
92 frameCount = 0;
93 }
94 }
95
96 /**
97 * Update sound buffer with new data.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected