jetpack 
Vars | |
| 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 |
Procs | |
| configure_jetpack | configures/re-configures the jetpack component |
| remove_emp | Removes 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