MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / getCurrentSnowLine

Function getCurrentSnowLine

src/OpenLoco/src/Scenario/Scenario.cpp:155–158  ·  view source on GitHub ↗

0x00525FB4

Source from the content-addressed store, hash-verified

153
154 // 0x00525FB4
155 World::SmallZ getCurrentSnowLine()
156 {
157 return getGameState().currentSnowLine;
158 }
159 void setCurrentSnowLine(World::SmallZ snowline)
160 {
161 getGameState().currentSnowLine = snowline;

Callers 6

updateSurfaceFunction · 0.85
updateTreeElementFunction · 0.85
generateSurfaceVariationFunction · 0.85
updateSnowLineFunction · 0.85
createTreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected