sealed

Vars | |
facing_modifiers | Modifiers for directional damage reduction |
---|---|
Procs | |
enter_checks | Extra checks to perform during the do_after to enter the vehicle |
get_armour_facing | returns a number for the damage multiplier for this relative angle/dir |
get_enter_delay | returns enter do_after delay for the given mob in ticks |
mob_enter | Enters the vehicle |
mob_exit | Exits the vehicle |
mob_try_enter | Entry checks for the mob before entering the vehicle |
mob_try_exit | Exit checks for the mob before exiting the vehicle |
vehicle_move | Sinced sealed vehicles (cars and mechs) don't have riding components, the actual movement is handled here from [/obj/vehicle/sealed/proc/relaymove] |
Var Details
facing_modifiers

Modifiers for directional damage reduction
Proc Details
enter_checks
Extra checks to perform during the do_after to enter the vehicle
get_armour_facing
returns a number for the damage multiplier for this relative angle/dir
get_enter_delay
returns enter do_after delay for the given mob in ticks
mob_enter
Enters the vehicle
mob_exit
Exits the vehicle
mob_try_enter
Entry checks for the mob before entering the vehicle
mob_try_exit
Exit checks for the mob before exiting the vehicle
vehicle_move
Sinced sealed vehicles (cars and mechs) don't have riding components, the actual movement is handled here from [/obj/vehicle/sealed/proc/relaymove]