swiftlys2/docs/api/ai/
API Reference GameHooks

WeaponDropParams

Struct
Namespace: SwiftlyS2.Shared.GameHooks · Assembly: SwiftlyS2.CS2.dll
public struct WeaponDropParams
View source

Properties

Player

public required IPlayer Player { readonly get; set; }
Property Value

SwappingWeapon

public required bool SwappingWeapon { readonly get; init; }
Property Value

Weapon

public required CBasePlayerWeapon? Weapon { readonly get; init; }
Property Value