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

Function determineAvailableVehicles

src/OpenLoco/src/World/CompanyManager.cpp:876–882  ·  view source on GitHub ↗

0x0042FDE2

Source from the content-addressed store, hash-verified

874
875 // 0x0042FDE2
876 void determineAvailableVehicles()
877 {
878 for (auto& company : companies())
879 {
880 VehicleManager::determineAvailableVehicles(company);
881 }
882 }
883
884 // 0x004306D1
885 static void produceCompanies()

Callers 4

createCompanyFunction · 0.70
onCloseFunction · 0.50
onMouseUpFunction · 0.50
initialiseDateFunction · 0.50

Calls 1

companiesFunction · 0.85

Tested by

no test coverage detected