C# Класс Aura.Channel.Network.Sending.Helpers.PartyHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
AddParty ( this packet, Party party ) : void

Constructs the party info packet, because this is used in a number of packets.

AddPartyMember ( this packet, Creature creature ) : void

Adds the referred creature's data to the referenced packet.

AddPartyMembers ( this packet, Party party ) : void

Adds party member data to the referenced packet.

Описание методов

AddParty() публичный статический Метод

Constructs the party info packet, because this is used in a number of packets.
public static AddParty ( this packet, Party party ) : void
packet this
party Aura.Channel.World.Party
Результат void

AddPartyMember() публичный статический Метод

Adds the referred creature's data to the referenced packet.
public static AddPartyMember ( this packet, Creature creature ) : void
packet this
creature Aura.Channel.World.Entities.Creature
Результат void

AddPartyMembers() публичный статический Метод

Adds party member data to the referenced packet.
public static AddPartyMembers ( this packet, Party party ) : void
packet this
party Aura.Channel.World.Party
Результат void