MCPcopy Create free account
hub / github.com/EasyRPG/Player / RewindBy

Method RewindBy

src/cmdline_parser.cpp:123–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void CmdlineParser::RewindBy(int rewind) {
124 assert(rewind >= 0);
125 index -= rewind;
126 assert(index >= 0);
127}

Callers 1

ParseCommandLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected