C# 클래스 OpenRA.Mods.D2k.Activities.SwallowActor

상속: Activity
파일 보기 프로젝트 열기: OpenRA/OpenRA

공개 메소드들

메소드 설명
SwallowActor ( Actor self, Target target, WeaponInfo weapon ) : System.Collections.Generic
Tick ( Actor self ) : Activity

비공개 메소드들

메소드 설명
AttackTargets ( Actor self, IEnumerable targets ) : bool
GrantUpgrades ( Actor self ) : void
RevokeUpgrades ( Actor self ) : void

메소드 상세

SwallowActor() 공개 메소드

public SwallowActor ( Actor self, Target target, WeaponInfo weapon ) : System.Collections.Generic
self Actor
target OpenRA.Traits.Target
weapon OpenRA.GameRules.WeaponInfo
리턴 System.Collections.Generic

Tick() 공개 메소드

public Tick ( Actor self ) : Activity
self Actor
리턴 Activity