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

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

Méthodes publiques

Méthode Description
ChooseExitSubCell ( Actor passenger ) : SubCell>?.Pair
Tick ( Actor self ) : Activity
UnloadCargo ( Actor self, bool unloadAll ) : System.Collections.Generic

Private Methods

Méthode Description
BlockedExitCells ( Actor passenger ) : IEnumerable

Method Details

ChooseExitSubCell() public méthode

public ChooseExitSubCell ( Actor passenger ) : SubCell>?.Pair
passenger Actor
Résultat SubCell>?.Pair

Tick() public méthode

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

UnloadCargo() public méthode

public UnloadCargo ( Actor self, bool unloadAll ) : System.Collections.Generic
self Actor
unloadAll bool
Résultat System.Collections.Generic