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

Method GetCurrentFrame

Source/PlayerCursor.cpp:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103unsigned CPlayerCursor::GetCurrentFrame() const noexcept {
104 return frame_;
105}
106
107unsigned CPlayerCursor::GetCurrentRow() const noexcept {
108 return row_;

Callers 6

StepRowMethod · 0.45
PlayerTickMethod · 0.45
OnKeyDownMethod · 0.45
OnEditSelectframeMethod · 0.45
GetEditFrameMethod · 0.45
GetPlayerPosMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected