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..." |
X7airworker (talk | contribs) Documented parameters, return value and added realtedFunction |
||
Line 6: | Line 6: | ||
{{FuncParameters}} | {{FuncParameters}} | ||
{{FuncParam|player| | {{FuncParam|player|The player identifier.}} | ||
{{FuncParam|armor| | {{FuncParam|armor|The armor value.}} | ||
{{FuncReturnValue| | {{FuncReturnValue|This function doesn't doesn't have a return value.}} | ||
== Example == | == Example == | ||
Line 15: | Line 15: | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
[[GetPlayerArmor]] |
Revision as of 19:08, 28 September 2019
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__