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

Function AdvanceGameTicks

test/tests/S6ImportExportTests.cpp:134–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134static void AdvanceGameTicks(uint32_t ticks, std::unique_ptr<IContext>& context)
135{
136 for (uint32_t i = 0; i < ticks; i++)
137 {
138 gameStateUpdateLogic();
139 }
140}
141
142static void CompareStates(MemoryStream& importBuffer, MemoryStream& exportBuffer, MemoryStream& snapshotStream)
143{

Callers 1

TESTFunction · 0.85

Calls 1

gameStateUpdateLogicFunction · 0.85

Tested by

no test coverage detected