GetPlayerGameVersion: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
Line 8: Line 8:
{{FuncParam|player|The player identifier.}}
{{FuncParam|player|The player identifier.}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|Gets the version as an integer.}}


== Example ==
== Example ==

Revision as of 20:49, 1 September 2020

GetPlayerGameVersion

Type: Function
Context: Server
Introduced: v1.0

Description

Get the player's game version.

Syntax

GetPlayerGameVersion(player)

Parameters

  • player
    The player identifier.

Return Value

  • Gets the version as an integer.

Example

__EDIT_ME__

See also

__EDIT_ME__