swiftlys2/docs/api/ai/
API Reference GameHooks

CanUseWeaponParams

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

Properties

Player

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

Weapon

public required CCSWeaponBase Weapon { readonly get; init; }
Property Value