jump ![code/datums/components/jump.dm 8](git.png)
Vars | |
jump_cooldown | time between jumps |
---|---|
jump_duration | air time |
jump_flags | Special jump behavior flags |
jump_height | the how high the jumper visually jumps |
jump_sound | the sound of the jump |
jumper_allow_pass_flags | allow_pass_flags flags applied to the jumper on jump |
stamina_cost | how much stamina jumping takes |
Procs | |
do_jump | Performs the jump |
end_jump | Ends the jump |
jump_throw | Jump throw bonuses |
set_vars | Actually sets the jump vars |
Var Details
jump_cooldown ![code/datums/components/jump.dm 13](git.png)
time between jumps
jump_duration ![code/datums/components/jump.dm 11](git.png)
air time
jump_flags ![code/datums/components/jump.dm 21](git.png)
Special jump behavior flags
jump_height ![code/datums/components/jump.dm 17](git.png)
the how high the jumper visually jumps
jump_sound ![code/datums/components/jump.dm 19](git.png)
the sound of the jump
jumper_allow_pass_flags ![code/datums/components/jump.dm 25](git.png)
allow_pass_flags flags applied to the jumper on jump
stamina_cost ![code/datums/components/jump.dm 15](git.png)
how much stamina jumping takes
Proc Details
do_jump
Performs the jump
end_jump
Ends the jump
jump_throw
Jump throw bonuses
set_vars
Actually sets the jump vars