C# 클래스 OpenRA.Mods.RA.Traits.ChronoshiftPower

상속: SupportPower
파일 보기 프로젝트 열기: OpenRA/OpenRA 1 사용 예제들

공개 메소드들

메소드 설명
Activate ( Actor self, Order order, SupportPowerManager manager ) : void
ChronoshiftPower ( Actor self, ChronoshiftPowerInfo info ) : System.Collections.Generic
SelectTarget ( Actor self, string order, SupportPowerManager manager ) : void
SimilarTerrain ( CPos xy, CPos sourceLocation ) : bool
UnitsInRange ( CPos xy ) : IEnumerable

메소드 상세

Activate() 공개 메소드

public Activate ( Actor self, Order order, SupportPowerManager manager ) : void
self Actor
order Order
manager SupportPowerManager
리턴 void

ChronoshiftPower() 공개 메소드

public ChronoshiftPower ( Actor self, ChronoshiftPowerInfo info ) : System.Collections.Generic
self Actor
info ChronoshiftPowerInfo
리턴 System.Collections.Generic

SelectTarget() 공개 메소드

public SelectTarget ( Actor self, string order, SupportPowerManager manager ) : void
self Actor
order string
manager SupportPowerManager
리턴 void

SimilarTerrain() 공개 메소드

public SimilarTerrain ( CPos xy, CPos sourceLocation ) : bool
xy CPos
sourceLocation CPos
리턴 bool

UnitsInRange() 공개 메소드

public UnitsInRange ( CPos xy ) : IEnumerable
xy CPos
리턴 IEnumerable