code/__DEFINES/vehicles.dm

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? |
RIDER_NEEDS_ARMS | Does our vehicle require arms to operate? Also used for piggybacking on humans to reserve arms on the rider |
RIDER_NEEDS_LEGS | Do we need legs to ride this (checks against TRAIT_FLOORED) |
UNBUCKLE_DISABLED_RIDER | If the rider is disabled or loses their needed limbs, do they fall off? |
ARMORED_WRECKABLE | Turns into a wreck instead of being destroyed |
ARMORED_IS_WRECK | Is currently a wreck |
MODULE_FIXED_FIRE_ARC | Can only shoot in the direction of the turret |
MODULE_NOT_FABRICABLE | Not available in the tank fab |
TANK_MOD_NOT_FABRICABLE | Not available in the tank fab |
Define Details
ARMORED_IS_WRECK
Is currently a wreck
ARMORED_WRECKABLE
Turns into a wreck instead of being destroyed
CAN_KIDNAP
Will this car kidnap people by ramming into them?
FULL_MECHA_CONTROL
ez define for giving a single pilot mech all the flags it needs.
MODULE_FIXED_FIRE_ARC
Can only shoot in the direction of the turret
MODULE_NOT_FABRICABLE
Not available in the tank fab
RIDER_NEEDS_ARMS
Does our vehicle require arms to operate? Also used for piggybacking on humans to reserve arms on the rider
RIDER_NEEDS_LEGS
Do we need legs to ride this (checks against TRAIT_FLOORED)
TANK_MOD_NOT_FABRICABLE
Not available in the tank fab
UNBUCKLE_DISABLED_RIDER
If the rider is disabled or loses their needed limbs, do they fall off?
VEHICLE_CONTROL_DRIVE
controls the vehicles movement
VEHICLE_CONTROL_EQUIPMENT
using equipment/weapons on the vehicle
VEHICLE_CONTROL_KIDNAPPED
Can't leave vehicle voluntarily, has to resist.
VEHICLE_CONTROL_MELEE
melee attacks/shoves a vehicle may have
VEHICLE_CONTROL_SETTINGS
changing around settings and the like.