code/__DEFINES/vehicles.dm ![code/__DEFINES/vehicles.dm0](git.png)
VEHICLE_CONTROL_DRIVE | controls the vehicles movement |
---|---|
VEHICLE_CONTROL_KIDNAPPED | Can't leave vehicle voluntarily, has to resist. |
VEHICLE_CONTROL_MELEE | melee attacks/shoves a vehicle may have |
VEHICLE_CONTROL_EQUIPMENT | using equipment/weapons on the vehicle |
VEHICLE_CONTROL_SETTINGS | changing around settings and the like. |
FULL_MECHA_CONTROL | ez define for giving a single pilot mech all the flags it needs. |
CAN_KIDNAP | Will this car kidnap people by ramming into them? |
Define Details
CAN_KIDNAP ![code/__DEFINES/vehicles.dm 21](git.png)
Will this car kidnap people by ramming into them?
FULL_MECHA_CONTROL ![code/__DEFINES/vehicles.dm 16](git.png)
ez define for giving a single pilot mech all the flags it needs.
VEHICLE_CONTROL_DRIVE ![code/__DEFINES/vehicles.dm 4](git.png)
controls the vehicles movement
VEHICLE_CONTROL_EQUIPMENT ![code/__DEFINES/vehicles.dm 10](git.png)
using equipment/weapons on the vehicle
VEHICLE_CONTROL_KIDNAPPED ![code/__DEFINES/vehicles.dm 6](git.png)
Can't leave vehicle voluntarily, has to resist.
VEHICLE_CONTROL_MELEE ![code/__DEFINES/vehicles.dm 8](git.png)
melee attacks/shoves a vehicle may have
VEHICLE_CONTROL_SETTINGS ![code/__DEFINES/vehicles.dm 12](git.png)
changing around settings and the like.