conqueror_dash

Vars | |
double_tap_timing | The timing for activating a dash by double tapping a movement key. |
---|---|
last_move_dir | Stores the direction of the last movement made. |
last_move_time | Stores the time at which we last moved. |
Procs | |
activate_dash | Does a dash in the specified direction. |
check_dash | Checks if we can dash in the specified direction, and activates the ability if so. |
dash_east | Checks if we can dash to the east. |
dash_north | Checks if we can dash to the north. |
dash_south | Checks if we can dash to the south. |
dash_west | Checks if we can dash to the west. |
disable_ability | Disables the ability. |
enable_ability | Enables the ability. |
end_dash | Gets rid of dash bonuses, if any. |
on_death | If the user dies, a check will be added in the case of revival, to reenable the ability. |
set_timing | Opens an input window to allow customization of the double tap timing. |
Var Details
double_tap_timing

The timing for activating a dash by double tapping a movement key.
last_move_dir

Stores the direction of the last movement made.
last_move_time

Stores the time at which we last moved.
Proc Details
activate_dash
Does a dash in the specified direction.
check_dash
Checks if we can dash in the specified direction, and activates the ability if so.
dash_east
Checks if we can dash to the east.
dash_north
Checks if we can dash to the north.
dash_south
Checks if we can dash to the south.
dash_west
Checks if we can dash to the west.
disable_ability
Disables the ability.
enable_ability
Enables the ability.
end_dash
Gets rid of dash bonuses, if any.
on_death
If the user dies, a check will be added in the case of revival, to reenable the ability.
set_timing
Opens an input window to allow customization of the double tap timing.