Show / Hide Table of Contents

Class OnWeaponHitEventArgs

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

Properties

| Improve this Doc View Source

HitElement

The element that was hit, if any

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

Material

The material that was hit

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

Model

The model of the element that was hit

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

Position

The world position of the impact

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

WeaponType

The type of the weapon

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