bola
Vars | |
knockdown_duration | the duration of the knockdown in seconds |
---|---|
max_range | the max range after the bola fully spins up. if your value for this isn't divisable by the value of max_spins it will be lower than the max |
max_speed | the max speed after the bola fully spins up. if your value for this isn't divisable by the value of max_spins it will be lower than the max |
max_spins | the number of spins till the bola gets the maximum throw distance. each spin takes 1 second |
reuseable | is the bola reuseable? |
spinning | are we currently spinning the bola |
Procs | |
can_spin_check | if it returns TRUE, it breaks the loop, returning FALSE, continues the loop |
Var Details
knockdown_duration
the duration of the knockdown in seconds
max_range
the max range after the bola fully spins up. if your value for this isn't divisable by the value of max_spins
it will be lower than the max
max_speed
the max speed after the bola fully spins up. if your value for this isn't divisable by the value of max_spins
it will be lower than the max
max_spins
the number of spins till the bola gets the maximum throw distance. each spin takes 1 second
reuseable
is the bola reuseable?
spinning
are we currently spinning the bola
Proc Details
can_spin_check
if it returns TRUE, it breaks the loop, returning FALSE, continues the loop