SetPlayerArmor: Difference between revisions

From Onset Developer Wiki
(Documented parameters, return value and added realtedFunction)
No edit summary
Line 9: Line 9:
{{FuncParam|armor|The armor value.}}
{{FuncParam|armor|The armor value.}}


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


== Example ==
== Example ==

Revision as of 19:25, 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 have a return value.

Example

__EDIT_ME__

See also

GetPlayerArmor