Table of Contents

Class OnPartyEvent

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

Triggered when a player performs a party-related action (invite, kick, transfer leadership, etc.).

public sealed class OnPartyEvent : IEvent
Inheritance
OnPartyEvent
Implements
Inherited Members
Extension Methods

Properties

EventType

Gets the party event type.

Player

Gets the player initiating the party action.

PreventEvent

Set to true to prevent the party action.

Result

Gets the result of the party action.

Target

Gets the target creature of the party action, if applicable.