Table of Contents

Method Register

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

Register<TEvent>(RegistrationData)

public void Register<TEvent>(GameEventFactory.RegistrationData data) where TEvent : IEvent, new()

Parameters

data GameEventFactory.RegistrationData

Type Parameters

TEvent