GetPlayerEquippedWeaponSlot: Difference between revisions
From Onset Developer Wiki
No edit summary |
m info fill for GetPlayerEquippedWeaponSlot |
||
Line 1: | Line 1: | ||
{{Info|Function|Client & Server|1.0}} | {{Info|Function|Client & Server|1.0}} | ||
{{FuncDescription| | {{FuncDescription|Returns the slot the playeer currently has equiped}} | ||
{{FuncSyntax|GetPlayerEquippedWeaponSlot(player)}} | {{FuncSyntax|GetPlayerEquippedWeaponSlot(player)}} | ||
{{FuncParameters}} | {{FuncParameters}} | ||
{{FuncParam|player| | {{FuncParam|player|The player identifier}} | ||
{{FuncReturnValue| | {{FuncReturnValue|The weapon slot the player currently has equipped}} | ||
== Example == | == Example == |
Revision as of 16:46, 22 December 2019
Description
Returns the slot the playeer currently has equiped
Syntax
GetPlayerEquippedWeaponSlot(player)
Parameters
- player
The player identifier
Return Value
- The weapon slot the player currently has equipped
Example
__EDIT_ME__
See also
__EDIT_ME__