GetPlayerEquippedWeaponSlot: Difference between revisions

From Onset Developer Wiki
m (info fill for GetPlayerEquippedWeaponSlot)
m (typo)
Line 1: Line 1:
{{Info|Function|Client & Server|1.0}}
{{Info|Function|Client & Server|1.0}}


{{FuncDescription|Returns the slot the playeer currently has equiped}}
{{FuncDescription|Returns the slot the player currently has equiped}}


{{FuncSyntax|GetPlayerEquippedWeaponSlot(player)}}
{{FuncSyntax|GetPlayerEquippedWeaponSlot(player)}}

Revision as of 16:47, 22 December 2019

GetPlayerEquippedWeaponSlot

Type: Function
Context: Client & Server
Introduced: v1.0

Description

Returns the slot the player 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__