Skip to main content

GetPlayerWeaponComponents

Get all components from a weapon.

Syntax

```csharp WeaponComponent[] NAPI.Player.GetPlayerWeaponComponents(Client player, WeaponHash weapon); ```

Required Arguments

  • player: parameter input should be in Client type.
  • weapon: parameter input should be in WeaponHash type.

NOTE: This function returns data in WeaponComponent[] type.

Usage example(s)

Example Description

```csharp NAPI.Player.GetPlayerWeaponComponents(player, weapon); ```