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

Method SetPosition

Source/PlayerCursor.cpp:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void CPlayerCursor::SetPosition(unsigned frame, unsigned row) {
63 frame_ = frame;
64 row_ = row;
65 tick_ = 0;
66}
67
68void CPlayerCursor::MoveToRow(unsigned Row) {
69 row_ = Row;

Callers 1

MoveToFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected