Skip to content
Version 2.11.0
↓ Get the launcher

IGameEvents.Subscribe method

Subscribe to a game event by name. The returned token unsubscribes when disposed. The handler receives the raw event payload (or null if the event has no message body).

public IDisposable Subscribe(string fullTypeName, Action<object?> handler)