GetPlayerMovementSpeed

From Onset Developer Wiki
Revision as of 17:11, 16 January 2020 by 28days (talk | contribs)
GetPlayerMovementSpeed

Type: Function
Context: Server & Client
Introduced: v1.0

Description

Get the player's movement speed.

Syntax

GetPlayerMovementSpeed(player)

Parameters

  • player
    The player identifier.

Return Value

  • __EDIT_ME__

Example

local speed = GetPlayerMovementSpeed(player)

See also

Template:PlayerFunctions