Class OnWeaponFireEventArgs
Inherited Members
Namespace: Slipe.Server.Peds.Events
Assembly: SlipeServer.dll
Syntax
public class OnWeaponFireEventArgs
Properties
| Improve this Doc View SourceEndPosition
The world position of the hit
Declaration
public Vector3 EndPosition { get; }
Property Value
Type | Description |
---|---|
Vector3 |
HitElement
The element hit, if any
Declaration
public PhysicalElement HitElement { get; }
Property Value
Type | Description |
---|---|
PhysicalElement |
StartPosition
The world position of the start of the bullet
Declaration
public Vector3 StartPosition { get; }
Property Value
Type | Description |
---|---|
Vector3 |
Weapon
The weapon used
Declaration
public WeaponModel Weapon { get; }
Property Value
Type | Description |
---|---|
WeaponModel |