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

Inheritance: Activity
Afficher le fichier Open project: OpenRA/OpenRA

Méthodes publiques

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

Private Methods

Méthode Description
AttackTargets ( Actor self, IEnumerable targets ) : bool
GrantUpgrades ( Actor self ) : void
RevokeUpgrades ( Actor self ) : void

Method Details

SwallowActor() public méthode

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

Tick() public méthode

public Tick ( Actor self ) : Activity
self Actor
Résultat Activity