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