Show / Hide Table of Contents

Class OnWeaponFireEventArgs

Inheritance
Object
OnWeaponFireEventArgs
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Client.Peds.Events
Assembly: SlipeClient.dll
Syntax
public class OnWeaponFireEventArgs

Properties

| Improve this Doc View Source

AmmoLeft

The total amount of ammo left

Declaration
public int AmmoLeft { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

AmmoLeftInClip

The ammo left in the clip

Declaration
public int AmmoLeftInClip { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

HitElement

The element hit, if any

Declaration
public PhysicalElement HitElement { get; }
Property Value
Type Description
PhysicalElement
| Improve this Doc View Source

HitPosition

The world position of the hit

Declaration
public Vector3 HitPosition { get; }
Property Value
Type Description
Vector3
| Improve this Doc View Source

Weapon

The weapon used

Declaration
public SharedWeaponModel Weapon { get; }
Property Value
Type Description
SharedWeaponModel
  • Improve this Doc
  • View Source
Back to top Generated by DocFX