SetPlayerJumpZVelocity: Difference between revisions

From Onset Developer Wiki
(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...")
 
(No difference)

Latest revision as of 22:50, 27 October 2020

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__