swiftlys2/docs/api/ai/
API Reference GameHooks

IGameHookWeapon

Interface
Namespace: SwiftlyS2.Shared.GameHooks · Assembly: SwiftlyS2.CS2.dll
public interface IGameHookWeapon
View source

Properties

CanUse

Hook triggered when a weapon can use logic is ran by game.

ICanUseWeaponHook CanUse { get; }
Property Value

Drop

Hook triggered when a weapon is dropped.

IWeaponDropHook Drop { get; }
Property Value