Enum PartyEventType
Represents the different party-related actions a player can perform.
public enum PartyEventType
- Extension Methods
Fields
AcceptInvitation = 11Player accepts a party invitation.
IgnoreInvitation = 10Player ignores a party invitation.
Invite = 9Player invites a player to the party.
Kick = 7Player kicks a member from the party.
KickHenchman = 13Player kicks a controlled henchman from the party.
Leave = 6Player leaves the party.
RejectInvitation = 12Player rejects a party invitation.
TransferLeadership = 8Player transfers party leadership to another member.