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

공개 메소드들

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