GetPlayerArmor: Difference between revisions
From Onset Developer Wiki
No edit summary |
X7airworker (talk | contribs) Documented parameters, return value and added realtedFunction |
||
Line 6: | Line 6: | ||
{{FuncParameters}} | {{FuncParameters}} | ||
{{FuncParam|player| | {{FuncParam|player|The player identifier.}} | ||
{{FuncReturnValue| | {{FuncReturnValue|The armor value.}} | ||
== Example == | == Example == | ||
Line 14: | Line 14: | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
[[SetPlayerArmor]] |
Revision as of 19:08, 28 September 2019
Description
__EDIT_ME__
Syntax
GetPlayerArmor(player)
Parameters
- player
The player identifier.
Return Value
- The armor value.
Example
__EDIT_ME__