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

Function setRecords

src/OpenLoco/src/World/CompanyManager.cpp:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 return getGameState().companyRecords;
140 }
141 void setRecords(const Records& records)
142 {
143 getGameState().companyRecords = records;
144 }
145
146 void removeCompaniesRecords(CompanyId id)
147 {

Callers 3

removeCompaniesRecordsFunction · 0.85
startFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected