GetPlayerJumpZVelocity: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Get the jump Z velocity. Use SetPlayerJumpZVelocity to set it.}} {{FuncSyntax|GetPlayerJumpZVelocity()}} {{FuncParameters...")
 
(No difference)

Latest revision as of 22:51, 27 October 2020

GetPlayerJumpZVelocity

Type: Function
Context: Client
Introduced: v1.0

Description

Get the jump Z velocity. Use SetPlayerJumpZVelocity to set it.

Syntax

GetPlayerJumpZVelocity()

Parameters

  • This function has no parameters.

Return Value

  • Returns the jump Z velocity as a float.

Example

__EDIT_ME__

See also

__EDIT_ME__