C# Class Aura.Channel.Skills.Combat.SupportShot

Inheritance: ISkillHandler, IPreparable, IReadyable, ICompletable, ICancelable, ICombatSkill, IInitiableSkillHandler
Afficher le fichier Open project: aura-project/aura

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
OnCreatureAttacks ( TargetAction tAction ) : void

Handles the skill training.

Method Details

Cancel() public méthode

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
Résultat void

Complete() public méthode

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
Résultat void

Init() public méthode

Sets up subscriptions for skill training.
public Init ( ) : void
Résultat void

Prepare() public méthode

Prepares skill.
public Prepare ( Creature creature, Skill skill, Packet packet ) : bool
creature Aura.Channel.World.Entities.Creature
skill Skill
packet Packet
Résultat bool

Ready() public méthode

Readies skill, activates fire effect.
public Ready ( Creature creature, Skill skill, Packet packet ) : bool
creature Aura.Channel.World.Entities.Creature
skill Skill
packet Packet
Résultat bool

Use() public méthode

Uses the skill.
public Use ( Creature attacker, Skill skill, long targetEntityId ) : CombatSkillResult
attacker Aura.Channel.World.Entities.Creature
skill Skill
targetEntityId long
Résultat CombatSkillResult