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

Contains information about the source action part of the CombatActionPack. This part is sent first, before the target actions.
Наследование: CombatAction
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AttackerAction ( CombatActionType type, Creature creature, long targetId ) : System

Creates new attacker action, setting SkillId to the currently active skill.

AttackerAction ( CombatActionType type, Creature creature, long targetId, SkillId skillId ) : System

Creates new attacker action.

Has ( AttackerOptions option ) : bool

Returns true if the specified option is set.

Set ( AttackerOptions option ) : void

Enables option(s)

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

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

Creates new attacker action, setting SkillId to the currently active skill.
public AttackerAction ( CombatActionType type, Creature creature, long targetId ) : System
type CombatActionType
creature Aura.Channel.World.Entities.Creature
targetId long
Результат System

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

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

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

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

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

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