Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
103
unsigned CPlayerCursor::GetCurrentFrame() const noexcept {
104
return frame_;
105
}
106
107
unsigned CPlayerCursor::GetCurrentRow() const noexcept {
108
return row_;
Callers
6
StepRow
Method · 0.45
PlayerTick
Method · 0.45
OnKeyDown
Method · 0.45
OnEditSelectframe
Method · 0.45
GetEditFrame
Method · 0.45
GetPlayerPos
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected