C# Класс Aura.Channel.Skills.Action.DiceTossing

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

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

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

Cancels skill, Cancels Motion and returns the character to idle position.

Complete ( Creature creature, Skill skill, Packet packet ) : void

Completes skill

Prepare ( Creature creature, Skill skill, Packet packet ) : bool

Prepares skill, fails if no Dice is found.

Ready ( Creature creature, Skill skill, Packet packet ) : bool

Readies the skill.

Use ( Creature creature, Skill skill, Packet packet ) : void

Uses skill, the actual usage is in Complete.

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

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

Cancels skill, Cancels Motion and returns the character to idle position.
public Cancel ( Creature creature, Skill skill ) : void
creature Aura.Channel.World.Entities.Creature
skill Skill
Результат void

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

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

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

Prepares skill, fails if no Dice is found.
public Prepare ( Creature creature, Skill skill, Packet packet ) : bool
creature Aura.Channel.World.Entities.Creature
skill Skill
packet Packet
Результат bool

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

Readies the skill.
public Ready ( Creature creature, Skill skill, Packet packet ) : bool
creature Aura.Channel.World.Entities.Creature
skill Skill
packet Packet
Результат bool

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

Uses skill, the actual usage is in Complete.
public Use ( Creature creature, Skill skill, Packet packet ) : void
creature Aura.Channel.World.Entities.Creature
skill Skill
packet Packet
Результат void