C# Class OpenRA.Mods.D2k.Traits.AttackSwallow

Inheritance: OpenRA.Traits.AttackFrontal
Afficher le fichier Open project: OpenRA/OpenRA Class Usage Examples

Méthodes publiques

Свойство Type Description
Info AttackSwallowInfo

Méthodes publiques

Méthode Description
AttackSwallow ( Actor self, AttackSwallowInfo info ) : System.Collections.Generic
DoAttack ( Actor self, Target target, IEnumerable armaments = null ) : void

Method Details

AttackSwallow() public méthode

public AttackSwallow ( Actor self, AttackSwallowInfo info ) : System.Collections.Generic
self Actor
info AttackSwallowInfo
Résultat System.Collections.Generic

DoAttack() public méthode

public DoAttack ( Actor self, Target target, IEnumerable armaments = null ) : void
self Actor
target OpenRA.Traits.Target
armaments IEnumerable
Résultat void

Property Details

Info public_oe property

public AttackSwallowInfo,OpenRA.Mods.D2k.Traits Info
Résultat AttackSwallowInfo