MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / TryPop

Method TryPop

src/openrct2/command_line/CommandLine.cpp:47–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 bool CommandLineArgEnumerator::TryPop()
48 {
49 if (_index < _count)
50 {
51 _index++;
52 return true;
53 }
54
55 return false;
56 }
57
58 bool CommandLineArgEnumerator::TryPopInteger(int32_t* result)
59 {

Callers 1

CommandLineRunFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected