SetPlayerJumpZVelocity

From Onset Developer Wiki
SetPlayerJumpZVelocity

Type: Function
Context: Client
Introduced: v1.0

Description

Sets the jump Z velocity. How high/fast a player can jump.

Syntax

SetPlayerJumpZVelocity(JumpZVelocity)

Parameters

  • JumpZVelocity
    The velocity as a float, default: 540.0

Return Value

  • Returns true on success.

Example

__EDIT_ME__

See also

__EDIT_ME__