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

jetpack

Vars

activation_signalThe signal we listen for as an activation
check_on_activationChecks to ensure we can activate
check_on_moveChecks to ensure if we can move
deactivation_signalThe signal we listen for as a de-activation
drift_forceDrift force applied each movement tick
effect_typeThe typepath to instansiate our trail as, when we need it
last_force_tickLast tick on which we triggered, to prevent double-dipping
last_stabilization_tickLast tick on which we stabilized
return_flagThe return flag our parent expects for a failed activation
stabilization_forceForce that applied when stabiliziation is active and the player isn't moving in the same direction as the jetpack
stabilizeIf we should stabilize ourselves when not drifting
trailThe effect system for the jet pack trail
userOur current user

Procs

InitializeArguments:

Var Details

activation_signal

The signal we listen for as an activation

check_on_activation

Checks to ensure we can activate

check_on_move

Checks to ensure if we can move

deactivation_signal

The signal we listen for as a de-activation

drift_force

Drift force applied each movement tick

effect_type

The typepath to instansiate our trail as, when we need it

last_force_tick

Last tick on which we triggered, to prevent double-dipping

last_stabilization_tick

Last tick on which we stabilized

return_flag

The return flag our parent expects for a failed activation

stabilization_force

Force that applied when stabiliziation is active and the player isn't moving in the same direction as the jetpack

stabilize

If we should stabilize ourselves when not drifting

trail

The effect system for the jet pack trail

user

Our current user

Proc Details

Initialize

Arguments: