Class OnWeaponSwitchEventArgs
Inherited Members
Namespace: Slipe.Server.Peds.Events
Assembly: SlipeServer.dll
Syntax
public class OnWeaponSwitchEventArgs
Properties
| Improve this Doc View SourceNewWeapon
The weapon switched to
Declaration
public WeaponModel NewWeapon { get; }
Property Value
Type | Description |
---|---|
WeaponModel |
PreviousWeapon
The weapon switched from
Declaration
public WeaponModel PreviousWeapon { get; }
Property Value
Type | Description |
---|---|
WeaponModel |