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

Function GetCmdBuildVehMsg

src/vehicle_func.h:257–260  ·  view source on GitHub ↗

Functions to find the right command for certain vehicle type */

Source from the content-addressed store, hash-verified

255
256/* Functions to find the right command for certain vehicle type */
257inline StringID GetCmdBuildVehMsg(VehicleType type)
258{
259 return _veh_build_msg_table[type];
260}
261
262inline StringID GetCmdBuildVehMsg(const BaseVehicle *v)
263{

Callers 1

BuildVehicleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected