Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ GetDefaultScale
Function
GetDefaultScale
src/openrct2/platform/Platform.Common.cpp:184–187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
182
183
#ifndef __ANDROID__
184
float GetDefaultScale()
185
{
186
return 1;
187
}
188
#endif
189
190
void Sleep(uint32_t ms)
Callers
1
ReadGeneral
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected