0x004B49F8
| 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 |
no test coverage detected