byond - Modules - TypesVar Details - Proc Details

conqueror_dash

Vars

double_tap_timingThe timing for activating a dash by double tapping a movement key.
last_move_dirStores the direction of the last movement made.
last_move_timeStores the time at which we last moved.

Procs

activate_dashDoes a dash in the specified direction.
check_dashChecks if we can dash in the specified direction, and activates the ability if so.
dash_eastChecks if we can dash to the east.
dash_northChecks if we can dash to the north.
dash_southChecks if we can dash to the south.
dash_westChecks if we can dash to the west.
disable_abilityDisables the ability.
enable_abilityEnables the ability.
end_dashGets rid of dash bonuses, if any.
on_deathIf the user dies, a check will be added in the case of revival, to reenable the ability.
set_timingOpens 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.