Skip to content
Version 2.11.0
↓ Get the launcher

IGameEvents interface

Subscribe to typed game events by their fully-qualified Panda type name. Backed by MessagePipe’s ISubscriber<T> when the host can reach the game’s container; otherwise backed by hook fallbacks. Plugins see the same API either way.

public interface IGameEvents
name description
Subscribe(…) 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).