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

Inheritance: OpenRA.Traits.AttackFrontal
Mostrar archivo Open project: OpenRA/OpenRA Class Usage Examples

Public Properties

Property Type Description
Info AttackSwallowInfo

Public Methods

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

Method Details

AttackSwallow() public method

public AttackSwallow ( Actor self, AttackSwallowInfo info ) : System.Collections.Generic
self Actor
info AttackSwallowInfo
return System.Collections.Generic

DoAttack() public method

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

Property Details

Info public_oe property

public AttackSwallowInfo,OpenRA.Mods.D2k.Traits Info
return AttackSwallowInfo