C# 클래스 OpenRA.Mods.D2k.Traits.AttackSwallow
파일 보기
프로젝트 열기: OpenRA/OpenRA
1 사용 예제들
공개 프로퍼티들
프로퍼티 |
타입 |
설명 |
|
Info |
AttackSwallowInfo |
|
|
공개 메소드들
메소드 |
설명 |
|
AttackSwallow ( Actor self, AttackSwallowInfo info ) : System.Collections.Generic |
|
|
DoAttack ( Actor self, Target target, IEnumerable armaments = null ) : void |
|
|
메소드 상세
public AttackSwallow ( Actor self, AttackSwallowInfo info ) : System.Collections.Generic |
self |
Actor |
|
info |
AttackSwallowInfo |
|
리턴 |
System.Collections.Generic |
|
public DoAttack ( Actor self, Target target, IEnumerable armaments = null ) : void |
self |
Actor |
|
target |
OpenRA.Traits.Target |
|
armaments |
IEnumerable |
|
리턴 |
void |
|
프로퍼티 상세
public AttackSwallowInfo,OpenRA.Mods.D2k.Traits Info |
리턴 |
AttackSwallowInfo |
|