SetPlayerJumpZVelocity

From Onset Developer Wiki
Revision as of 22:50, 27 October 2020 by BlueMountains (talk | contribs) (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Sets the jump Z velocity. How high/fast a player can jump.}} {{FuncSyntax|SetPlayerJumpZVelocity(JumpZVelocity)}} {{FuncParam...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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__