C# 클래스 OpenRA.Mods.Common.Traits.AttackOmni

상속: OpenRA.Traits.AttackBase, ISync
파일 보기 프로젝트 열기: pchote/OpenRA 1 사용 예제들

공개 메소드들

메소드 설명
AttackOmni ( Actor self, AttackOmniInfo info ) : OpenRA.Activities
GetAttackActivity ( Actor self, Target newTarget, bool allowMove, bool forceAttack ) : Activity

메소드 상세

AttackOmni() 공개 메소드

public AttackOmni ( Actor self, AttackOmniInfo info ) : OpenRA.Activities
self Actor
info AttackOmniInfo
리턴 OpenRA.Activities

GetAttackActivity() 공개 메소드

public GetAttackActivity ( Actor self, Target newTarget, bool allowMove, bool forceAttack ) : Activity
self Actor
newTarget OpenRA.Traits.Target
allowMove bool
forceAttack bool
리턴 Activity