/tg/ Station 13 - Modules - TypesVar Details - Proc Details

jetpack

Vars

disabledIf our jetpack is disabled, from getting EMPd
drift_forceHow much force out jetpack can output per tick
full_speedIf the jetpack will have a speedboost in space/nograv or not
gas_typeWhat gas our jetpack is filled with on initialize
onIf the jetpack is currently active
stabilizeIf the jetpack will stop when you stop moving
stabilizer_forceHow much force this jetpack can output per tick to stabilize the user
thrust_callbackCallback for the jetpack component

Procs

configure_jetpackconfigures/re-configures the jetpack component
remove_empRemoves the disabled flag after getting EMPd

Var Details

disabled

If our jetpack is disabled, from getting EMPd

drift_force

How much force out jetpack can output per tick

full_speed

If the jetpack will have a speedboost in space/nograv or not

gas_type

What gas our jetpack is filled with on initialize

on

If the jetpack is currently active

stabilize

If the jetpack will stop when you stop moving

stabilizer_force

How much force this jetpack can output per tick to stabilize the user

thrust_callback

Callback for the jetpack component

Proc Details

configure_jetpack

configures/re-configures the jetpack component

Arguments stabilize - Should this jetpack be stabalized

remove_emp

Removes the disabled flag after getting EMPd