C# Класс Aura.Channel.Skills.Combat.SupportShot

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

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

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

Cancels skill, stopping the aim meter and disabling the fire effect.

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

Completes skill, stopping the aim meter and disabling the fire effect.

Init ( ) : void

Sets up subscriptions for skill training.

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

Prepares skill.

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

Readies skill, activates fire effect.

Use ( Creature attacker, Skill skill, long targetEntityId ) : CombatSkillResult

Uses the skill.

Приватные методы

Метод Описание
OnCreatureAttacks ( TargetAction tAction ) : void

Handles the skill training.

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

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

Cancels skill, stopping the aim meter and disabling the fire effect.
public Cancel ( Creature creature, Skill skill ) : void
creature Aura.Channel.World.Entities.Creature
skill Skill
Результат void

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

Completes skill, stopping the aim meter and disabling the fire effect.
public Complete ( Creature creature, Skill skill, Packet packet ) : void
creature Aura.Channel.World.Entities.Creature
skill Skill
packet Packet
Результат void

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

Sets up subscriptions for skill training.
public Init ( ) : void
Результат void

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

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

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

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

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

Uses the skill.
public Use ( Creature attacker, Skill skill, long targetEntityId ) : CombatSkillResult
attacker Aura.Channel.World.Entities.Creature
skill Skill
targetEntityId long
Результат CombatSkillResult