byond - Modules - TypesVar Details - Proc Details

jetpack_marine

Vars

cooldown_timeTime between uses
fuel_indicatorthreshold to change the jetpack fuel indicator
fuel_leftcurrent amount of fuel in the jetpack
fuel_maxmaximum amount of fuel in the jetpack
litTrue when jetpack has flame overlay
speedHow quick you will fly (warning, it rounds up to the nearest integer)
toggle_actionControlling action

Procs

calculate_rangeCalculate the max range of the jetpack, changed by some item slowdown
change_fuel_indicatorManage the fuel indicator overlay
reset_flameremove the flame overlay
use_jetpackMake the user fly toward the target atom

Var Details

cooldown_time

Time between uses

fuel_indicator

threshold to change the jetpack fuel indicator

fuel_left

current amount of fuel in the jetpack

fuel_max

maximum amount of fuel in the jetpack

lit

True when jetpack has flame overlay

speed

How quick you will fly (warning, it rounds up to the nearest integer)

toggle_action

Controlling action

Proc Details

calculate_range

Calculate the max range of the jetpack, changed by some item slowdown

change_fuel_indicator

Manage the fuel indicator overlay

reset_flame

remove the flame overlay

use_jetpack

Make the user fly toward the target atom