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

Method setFormatArguments

src/OpenLoco/src/Vehicles/OrderManager.cpp:43–48  ·  view source on GitHub ↗

0x004B49F8

Source from the content-addressed store, hash-verified

41
42 // 0x004B49F8
43 void OrderStation::setFormatArguments(FormatArguments& args) const
44 {
45 auto station = StationManager::get(getStation());
46 args.push(station->name);
47 args.push(station->town);
48 }
49
50 // 0x004B4A31
51 void OrderCargo::setFormatArguments(FormatArguments& args) const

Callers 2

onScrollMouseOverFunction · 0.80
drawScrollFunction · 0.80

Calls 2

getFunction · 0.50
pushMethod · 0.45

Tested by

no test coverage detected