GetPlayerArmor: Difference between revisions

From Onset Developer Wiki
No edit summary
(Documented parameters, return value and added realtedFunction)
Line 6: Line 6:


{{FuncParameters}}
{{FuncParameters}}
{{FuncParam|player|__EDIT_ME__}}
{{FuncParam|player|The player identifier.}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|The armor value.}}


== Example ==
== Example ==
Line 14: Line 14:


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
[[SetPlayerArmor]]

Revision as of 19:08, 28 September 2019

GetPlayerArmor

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

Description

__EDIT_ME__

Syntax

GetPlayerArmor(player)

Parameters

  • player
    The player identifier.

Return Value

  • The armor value.

Example

__EDIT_ME__

See also

SetPlayerArmor