SetPlayerArmor: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|SetPlayerArmor(player, armor)}} {{FuncParameters}} {{FuncParam|player|__EDIT_ME__}} {{FuncParam|ar...")
 
(Documented parameters, return value and added realtedFunction)
Line 6: Line 6:


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


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|This function doesn't doesn't have a return value.}}


== Example ==
== Example ==
Line 15: Line 15:


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
[[GetPlayerArmor]]

Revision as of 19:08, 28 September 2019

SetPlayerArmor

Type: Function
Context: Server
Introduced: v1.0

Description

__EDIT_ME__

Syntax

SetPlayerArmor(player, armor)

Parameters

  • player
    The player identifier.
  • armor
    The armor value.

Return Value

  • This function doesn't doesn't have a return value.

Example

__EDIT_ME__

See also

GetPlayerArmor