GetPlayerDimension: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Gets the dimension of this player.}} {{FuncSyntax|GetPlayerDimension(player)}} {{FuncParameters}} {{FuncParam|player|The play...")
 
No edit summary
Line 1: Line 1:
{{Info|Function|Server|1.0}}
{{Info|Function|Server|1.0}}


{{FuncDescription|Gets the dimension of this player.}}
{{FuncDescription|Gets the dimension of this player set with [[SetPlayerDimension]]}}


{{FuncSyntax|GetPlayerDimension(player)}}
{{FuncSyntax|GetPlayerDimension(player)}}
Line 14: Line 14:


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
* [[SetPlayerDimension]]

Revision as of 16:04, 19 November 2019

GetPlayerDimension

Type: Function
Context: Server
Introduced: v1.0

Description

Gets the dimension of this player set with SetPlayerDimension

Syntax

GetPlayerDimension(player)

Parameters

  • player
    The player identifier.

Return Value

  • Returns the dimension.

Example

__EDIT_ME__

See also