Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ setStartingLoanSize
Function
setStartingLoanSize
src/OpenLoco/src/World/CompanyManager.cpp:132–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
return getGameState().startingLoanSize;
131
}
132
void setStartingLoanSize(uint16_t loanSize)
133
{
134
getGameState().startingLoanSize = loanSize;
135
}
136
137
const Records& getRecords()
138
{
Callers
1
onMouseDown
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected