C# Class OpenRA.Mods.D2k.Activities.SwallowActor

Inheritance: Activity
Mostra file Open project: OpenRA/OpenRA

Public Methods

Method Description
SwallowActor ( Actor self, Target target, WeaponInfo weapon ) : System.Collections.Generic
Tick ( Actor self ) : Activity

Private Methods

Method Description
AttackTargets ( Actor self, IEnumerable targets ) : bool
GrantUpgrades ( Actor self ) : void
RevokeUpgrades ( Actor self ) : void

Method Details

SwallowActor() public method

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

Tick() public method

public Tick ( Actor self ) : Activity
self Actor
return Activity