swiftlys2/docs/api/ai/
API Reference GameEvents

IGameEvent`1

Interface
Namespace: SwiftlyS2.Shared.GameEvents · Assembly: SwiftlyS2.CS2.dll
public interface IGameEvent<T> where T : IGameEvent<T>
View source

Properties

Accessor

IGameEventAccessor Accessor { get; }
Property Value

DontBroadcast

When true, the event will not be broadcast to clients.

bool DontBroadcast { get; set; }
Property Value