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

Method ToString

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

Source from the content-addressed store, hash-verified

61 }
62
63 [[nodiscard]] std::string ToString() const { return TextFormat("Music(frameCount=%u, looping=%s)", frameCount, looping ? "true" : "false"); }
64
65 operator std::string() const { return ToString(); }
66

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected