0x004B2D8A
| 4738 | |
| 4739 | // 0x004B2D8A |
| 4740 | static void pickupToolError(const Vehicles::VehicleHead& head) |
| 4741 | { |
| 4742 | auto args = FormatArguments::common(); |
| 4743 | args.skip(6); |
| 4744 | args.push(head.name); |
| 4745 | args.push(head.ordinalNumber); |
| 4746 | Error::open(StringIds::cant_place_string_id_here, StringIds::null); |
| 4747 | } |
| 4748 | |
| 4749 | static void pickupToolPlacementCommandCallback(uint32_t gameCommandResult, Window& self, EntityId vehicleHead) |
| 4750 | { |
no test coverage detected