Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobLoach/raylib-cpp
/ GetTimeLength
Method
GetTimeLength
include/MusicUnmanaged.hpp:182–182 ·
view source on GitHub ↗
* Get music time length (in seconds). */
Source
from the content-addressed store, hash-verified
180
* Get music time length (in seconds).
181
*/
182
RLCPP_NODISCARD float GetTimeLength() const { return ::GetMusicTimeLength(*this); }
183
184
/**
185
* Get current music time played (in seconds).
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected