SwiftlyS2

IOnWeaponServicesDropWeaponHook

Interface IOnWeaponServicesDropWeaponHook

Namespace: SwiftlyS2.Shared.Events

Assembly: SwiftlyS2.CS2.dll

public interface IOnWeaponServicesDropWeaponHook

Properties

Result

The result of the hook.

HookResult Result { get; set; }
Property Value

SwappingWeapon

Swapping weapon with one from the ground.

bool SwappingWeapon { get; }
Property Value

Weapon

The weapon.

CBasePlayerWeapon? Weapon { get; }
Property Value

WeaponServices

The weapon services.

CCSPlayer_WeaponServices WeaponServices { get; }
Property Value

On this page