Property Item
Item[Int32]
Declaration
public WeaponComponent this[int index] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index |
Property Value
| Type | Description |
|---|---|
| WeaponComponent |
Item[WeaponComponentHash]
Declaration
public WeaponComponent this[WeaponComponentHash componentHash] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| WeaponComponentHash | componentHash |
Property Value
| Type | Description |
|---|---|
| WeaponComponent |