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

Function Sleep

src/openrct2/platform/Platform.Common.cpp:190–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188#endif
189
190 void Sleep(uint32_t ms)
191 {
192 std::this_thread::sleep_for(std::chrono::milliseconds(ms));
193 }
194
195 static const auto _processStartTime = std::chrono::high_resolution_clock::now();
196

Callers 2

RunFixedFrameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected