Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ recordTickStartPrng
Function
recordTickStartPrng
src/OpenLoco/src/Random.cpp:16–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
void recordTickStartPrng()
17
{
18
auto& gs = getGameState();
19
gs.tickStartPrngState = gs.rng;
20
}
21
}
Callers
1
tickLogic
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected