bola 
Vars | |
knockdown_amt | Duration of the knockdown in seconds |
---|---|
max_range | 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 | 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 | Number of spins till the bola gets the maximum throw distance. Each spin takes 1 second. |
reusable | Is the bola reusable? |
slowdown | Bola shouldn't slow people down by itself, it simply forces you to walk mode |
spin_cycle | Current spin cycle. |
spin_sound | Cyclic bola spin sound. |
spin_timer_id | Timer used for spinning bola. |
spinning | Are we currently spinning the bola? |
weaken_amt | Duration of the weakening in seconds |
Procs | |
can_spin_check | If it returns FALSE , it breaks the loop, returning TRUE , continues the loop. |
Var Details
knockdown_amt 
Duration of the knockdown in seconds
max_range 
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 
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 
Number of spins till the bola gets the maximum throw distance. Each spin takes 1 second.
reusable 
Is the bola reusable?
slowdown 
Bola shouldn't slow people down by itself, it simply forces you to walk mode
spin_cycle 
Current spin cycle.
spin_sound 
Cyclic bola spin sound.
spin_timer_id 
Timer used for spinning bola.
spinning 
Are we currently spinning the bola?
weaken_amt 
Duration of the weakening in seconds
Proc Details
can_spin_check
If it returns FALSE
, it breaks the loop, returning TRUE
, continues the loop.