Home
last modified time | relevance | path

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

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dvehicle.h173 explicit towing_data( vehicle *towed_veh = nullptr, vehicle *tower_veh = nullptr ) :
174 towing( towed_veh ), towed_by( tower_veh ) {}
178 bool set_towing( vehicle *tower_veh, vehicle *towed_veh );
H A Dvehicle.cpp6136 bool towing_data::set_towing( vehicle *tower_veh, vehicle *towed_veh ) in set_towing() argument
6138 if( !towed_veh || !tower_veh ) { in set_towing()
6141 towed_veh->tow_data.towed_by = tower_veh; in set_towing()
6142 tower_veh->tow_data.towing = towed_veh; in set_towing()
6143 tower_veh->set_tow_directions(); in set_towing()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dvehicle.h173 explicit towing_data( vehicle *towed_veh = nullptr, vehicle *tower_veh = nullptr ) :
174 towing( towed_veh ), towed_by( tower_veh ) {}
178 bool set_towing( vehicle *tower_veh, vehicle *towed_veh );
H A Dvehicle.cpp6136 bool towing_data::set_towing( vehicle *tower_veh, vehicle *towed_veh ) in set_towing() argument
6138 if( !towed_veh || !tower_veh ) { in set_towing()
6141 towed_veh->tow_data.towed_by = tower_veh; in set_towing()
6142 tower_veh->tow_data.towing = towed_veh; in set_towing()
6143 tower_veh->set_tow_directions(); in set_towing()