Show / Hide Table of Contents

Class OnWeaponSwitchEventArgs

Inheritance
Object
OnWeaponSwitchEventArgs
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 OnWeaponSwitchEventArgs

Properties

| Improve this Doc View Source

NewWeapon

The weapon switched to

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

PreviousWeapon

The weapon switched from

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