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
파일 보기 프로젝트 열기: aura-project/aura 1 사용 예제들

공개 메소드들

메소드 설명
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