MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / GetTotalTicks

Method GetTotalTicks

Source/PlayerCursor.cpp:123–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123unsigned CPlayerCursor::GetTotalTicks() const noexcept {
124 return total_ticks_;
125}
126
127std::optional<unsigned> CPlayerCursor::GetQueuedFrame() const noexcept {
128 return queue_;

Callers 1

GetPlayerTicksMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected