byond - Modules - TypesVar Details - Proc Details

sealed

Vars

facing_modifiersModifiers for directional damage reduction

Procs

enter_checksExtra checks to perform during the do_after to enter the vehicle
get_armour_facingreturns a number for the damage multiplier for this relative angle/dir
get_enter_delayreturns enter do_after delay for the given mob in ticks
mob_enterEnters the vehicle
mob_exitExits the vehicle
mob_try_enterEntry checks for the mob before entering the vehicle
mob_try_exitExit checks for the mob before exiting the vehicle
vehicle_moveSinced 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]