GetPlayerJumpZVelocity

From Onset Developer Wiki
Revision as of 22:51, 27 October 2020 by BlueMountains (talk | contribs) (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Get the jump Z velocity. Use SetPlayerJumpZVelocity to set it.}} {{FuncSyntax|GetPlayerJumpZVelocity()}} {{FuncParameters...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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__