C# Класс Aura.Channel.Skills.TargetAction

Contains information about the target action part of CombatActionPack. Multiple target actions are used, depending on the amount of targets.
Наследование: CombatAction
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Has ( EffectFlags flags ) : bool

Returns true if the specified flag is set.

Has ( TargetOptions option ) : bool

Returns true if the specified option is set.

Set ( TargetOptions option ) : void

Enables option(s)

TargetAction ( CombatActionType type, Creature creature, Creature attacker, SkillId attackerSkillId ) : System

Creates new target action.

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

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

Returns true if the specified flag is set.
public Has ( EffectFlags flags ) : bool
flags EffectFlags
Результат bool

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

Returns true if the specified option is set.
public Has ( TargetOptions option ) : bool
option TargetOptions
Результат bool

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

Enables option(s)
public Set ( TargetOptions option ) : void
option TargetOptions
Результат void

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

Creates new target action.
public TargetAction ( CombatActionType type, Creature creature, Creature attacker, SkillId attackerSkillId ) : System
type CombatActionType
creature Aura.Channel.World.Entities.Creature
attacker Aura.Channel.World.Entities.Creature
attackerSkillId SkillId
Результат System