GetPlayerWeapon: Difference between revisions
From Onset Developer Wiki
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
{{FuncParamOptional|weaponslot|The weapon slot.}} | {{FuncParamOptional|weaponslot|The weapon slot.}} | ||
{{FuncReturnValue| | {{FuncReturnValue|Returns weapon id, ammo.}} | ||
{{FuncReturnValueClient|Returns weapon id, ammo, ammo in magazine.}} | |||
== Example == | == Example == |
Revision as of 14:16, 5 November 2019
Description
__EDIT_ME__
Syntax
GetPlayerWeapon(player [, weaponslot])
Client Syntax
GetPlayerWeapon(weaponslot)
Parameters
- player
The player identifier. - weaponslot (optional)
The weapon slot.
Return Value
- Returns weapon id, ammo.
Client Return Value
- Returns weapon id, ammo, ammo in magazine.
Example
__EDIT_ME__
See also
__EDIT_ME__