swiftlys2/docs/api/ai/
API Reference Events

IOnCustomHudClickedEvent

Interface
Namespace: SwiftlyS2.Shared.Events · Assembly: SwiftlyS2.CS2.dll
public interface IOnCustomHudClickedEvent

Custom hud element clicked event parameters.

View source

Properties

ButtonId

The custom hud element button id.

string ButtonId { get; }
Property Value

CustomHudLayout

The custom hud layout entity.

CCSCustomHudLayout CustomHudLayout { get; }
Property Value

PlayerId

int PlayerId { get; }
Property Value