Table of Contents

Method GetEventPayload

Namespace
Anvil.API.Events
Assembly
NWN.Anvil.dll

GetEventPayload<T>()

Gets the payload data associated with this event.

public T? GetEventPayload<T>()

Returns

T

The payload data, or null if the event has no payload.

Type Parameters

T