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

Function setCompetitorStartDelay

src/OpenLoco/src/World/CompanyManager.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 return getGameState().competitorStartDelay;
111 }
112 void setCompetitorStartDelay(uint8_t competetorStartDelay)
113 {
114 getGameState().competitorStartDelay = competetorStartDelay;
115 }
116
117 // 0x0052621A
118 uint16_t getMaxLoanSize()

Callers 2

updateMonthly1Function · 0.85
onMouseDownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected