Table of Contents

Enum PartyEventType

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

Represents the different party-related actions a player can perform.

public enum PartyEventType
Extension Methods

Fields

AcceptInvitation = 11

Player accepts a party invitation.

IgnoreInvitation = 10

Player ignores a party invitation.

Invite = 9

Player invites a player to the party.

Kick = 7

Player kicks a member from the party.

KickHenchman = 13

Player kicks a controlled henchman from the party.

Leave = 6

Player leaves the party.

RejectInvitation = 12

Player rejects a party invitation.

TransferLeadership = 8

Player transfers party leadership to another member.