Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
287
inline StringID GetCmdRefitVehMsg(VehicleType type)
288
{
289
return _veh_refit_msg_table[type];
290
}
291
292
inline StringID GetCmdRefitVehMsg(const BaseVehicle *v)
293
{
Callers
1
OnClick
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected