C# Класс Aura.Channel.Skills.Life.WebSpinning

Наследование: IPreparable, ICompletable, ICancelable
Показать файл Открыть проект

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

Метод Описание
Cancel ( Creature creature, Skill skill ) : void

Cancels skill (do nothing).

Complete ( Creature creature, Skill skill, Aura.Shared.Network.Packet packet ) : void

Completes skill, dropping a cobweb.

Prepare ( Creature creature, Skill skill, Aura.Shared.Network.Packet packet ) : bool

Prepares skill, goes straight to use to skip readying and using it.

The client will take a moment to send the Complete packet, as if it would cast the skill first.

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

Cancel() публичный Метод

Cancels skill (do nothing).
public Cancel ( Creature creature, Skill skill ) : void
creature Aura.Channel.World.Entities.Creature
skill Skill
Результат void

Complete() публичный Метод

Completes skill, dropping a cobweb.
public Complete ( Creature creature, Skill skill, Aura.Shared.Network.Packet packet ) : void
creature Aura.Channel.World.Entities.Creature
skill Skill
packet Aura.Shared.Network.Packet
Результат void

Prepare() публичный Метод

Prepares skill, goes straight to use to skip readying and using it.
The client will take a moment to send the Complete packet, as if it would cast the skill first.
public Prepare ( Creature creature, Skill skill, Aura.Shared.Network.Packet packet ) : bool
creature Aura.Channel.World.Entities.Creature
skill Skill
packet Aura.Shared.Network.Packet
Результат bool