C# Класс Aura.Channel.Skills.Magic.ManaShield

Наследование: Aura.Channel.Skills.Base.StartStopSkillHandler
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Handle ( Creature target, float &damage, TargetAction tAction ) : void

Checks if target's Mana Shield is active, calculates mana damage, and sets target action's Mana Damage property if applicable.

Start ( Creature creature, Skill skill, MabiDictionary dict ) : StartStopResult

Starts the skill.

Stop ( Creature creature, Skill skill, MabiDictionary dict ) : StartStopResult

Stops the skill.

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

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

Checks if target's Mana Shield is active, calculates mana damage, and sets target action's Mana Damage property if applicable.
public static Handle ( Creature target, float &damage, TargetAction tAction ) : void
target Aura.Channel.World.Entities.Creature
damage float
tAction TargetAction
Результат void

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

Starts the skill.
public Start ( Creature creature, Skill skill, MabiDictionary dict ) : StartStopResult
creature Aura.Channel.World.Entities.Creature
skill Skill
dict MabiDictionary
Результат StartStopResult

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

Stops the skill.
public Stop ( Creature creature, Skill skill, MabiDictionary dict ) : StartStopResult
creature Aura.Channel.World.Entities.Creature
skill Skill
dict MabiDictionary
Результат StartStopResult