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

Method GetTimePlayed

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

* Get current music time played (in seconds). */

Source from the content-addressed store, hash-verified

185 * Get current music time played (in seconds).
186 */
187 RLCPP_NODISCARD float GetTimePlayed() const { return ::GetMusicTimePlayed(*this); }
188
189 /**
190 * Retrieve whether or not the Music has been loaded.

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected