SwiftlyS2

IGameEvent

Interface IGameEvent

Namespace: SwiftlyS2.Shared.GameEvents

Assembly: SwiftlyS2.CS2.dll

public interface IGameEvent<T> where T : IGameEvent<T>
Type Parameters
  • T

Properties

Accessor

IGameEventAccessor Accessor { get; }
Property Value

DontBroadcast

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

bool DontBroadcast { get; set; }
Property Value

On this page