Class OnWeaponFireEventArgs
Inherited Members
Namespace: Slipe.Client.Peds.Events
Assembly: SlipeClient.dll
Syntax
public class OnWeaponFireEventArgs
Properties
| Improve this Doc View SourceAmmoLeft
The total amount of ammo left
Declaration
public int AmmoLeft { get; }
Property Value
Type | Description |
---|---|
Int32 |
AmmoLeftInClip
The ammo left in the clip
Declaration
public int AmmoLeftInClip { get; }
Property Value
Type | Description |
---|---|
Int32 |
HitElement
The element hit, if any
Declaration
public PhysicalElement HitElement { get; }
Property Value
Type | Description |
---|---|
PhysicalElement |
HitPosition
The world position of the hit
Declaration
public Vector3 HitPosition { get; }
Property Value
Type | Description |
---|---|
Vector3 |
Weapon
The weapon used
Declaration
public SharedWeaponModel Weapon { get; }
Property Value
Type | Description |
---|---|
SharedWeaponModel |