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.Server.Peds.Events
Assembly: SlipeServer.dll
Syntax
public class OnWeaponFireEventArgs

Properties

| Improve this Doc View Source

EndPosition

The world position of the hit

Declaration
public Vector3 EndPosition { get; }
Property Value
Type Description
Vector3
| 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

StartPosition

The world position of the start of the bullet

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

Weapon

The weapon used

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