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