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 IGameEventsMembers
Section titled “Members”| 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). |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Services