MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / GetCmdRefitVehMsg

Function GetCmdRefitVehMsg

src/vehicle_func.h:287–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287inline StringID GetCmdRefitVehMsg(VehicleType type)
288{
289 return _veh_refit_msg_table[type];
290}
291
292inline StringID GetCmdRefitVehMsg(const BaseVehicle *v)
293{

Callers 1

OnClickMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected