Slow down event
This page goes over the onSlowDown event.
This event is cancellable.
This event will be called upon player being slowed down by blocking or using a consumable item. Handler name is onSlowDown
.
setForwardMultiplier(multiplier): Undefined
setForwardMultiplier(multiplier): Undefined
Argument
Type
Description
multiplier
Number
Amount of forward slowdown to apply.
Sets the amount of forward slowdown. Default value is 0.2.
setStrafeMultiplier(multiplier): Undefined
setStrafeMultiplier(multiplier): Undefined
Argument
Type
Description
multiplier
Number
Amount of strafe slowdown to apply.
Sets the amount of strafe slowdown. Default value is 0.2.
getStrafeMultiplier(): Undefined
getStrafeMultiplier(): Undefined
Returns the strafe multiplier.
getForwardMultiplier(): Undefined
getForwardMultiplier(): Undefined
Returns the forward multiplier.
Last updated