Home
last modified time | relevance | path

Searched refs:CcBuildWagon (Results 1 – 4 of 4) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dcommand_func.h113 CommandCallback CcBuildWagon; variable
H A Dtrain_gui.cpp30 void CcBuildWagon(const CommandCost &result, TileIndex tile, uint32 p1, uint32 p2, uint32 cmd) in CcBuildWagon() function
H A Dbuild_vehicle_gui.cpp1469 …= VEH_TRAIN && RailVehInfo(sel_eng)->railveh_type == RAILVEH_WAGON) ? CcBuildWagon : CcBuildPrimar… in OnClick()
/dports/games/openttd/openttd-12.1/src/network/
H A Dnetwork_command.cpp31 /* 0x09 */ CcBuildWagon,