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

Sets the amount of forward slowdown. Default value is 0.2.

setStrafeMultiplier(multiplier): Undefined

Sets the amount of strafe slowdown. Default value is 0.2.

getStrafeMultiplier(): Undefined

Returns the strafe multiplier.

getForwardMultiplier(): Undefined

Returns the forward multiplier.

Last updated