C# Class OpenRA.Mods.Common.Activities.AttackMoveActivity

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

Méthodes publiques

Méthode Description
AttackMoveActivity ( Actor self, Activity inner ) : System.Collections.Generic
Cancel ( Actor self ) : void
GetTargets ( Actor self ) : IEnumerable
Tick ( Actor self ) : Activity

Method Details

AttackMoveActivity() public méthode

public AttackMoveActivity ( Actor self, Activity inner ) : System.Collections.Generic
self Actor
inner Activity
Résultat System.Collections.Generic

Cancel() public méthode

public Cancel ( Actor self ) : void
self Actor
Résultat void

GetTargets() public méthode

public GetTargets ( Actor self ) : IEnumerable
self Actor
Résultat IEnumerable

Tick() public méthode

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