C# Class OpenRA.Mods.RA.Activities.Teleport

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

Méthodes publiques

Méthode Description
Teleport ( Actor teleporter, CPos destination, int maximumDistance, bool killCargo, bool screenFlash, string sound ) : System
Tick ( Actor self ) : OpenRA.Traits.Activity

Private Methods

Méthode Description
ChooseBestDestinationCell ( Actor self, CPos destination ) : CPos?

Method Details

Teleport() public méthode

public Teleport ( Actor teleporter, CPos destination, int maximumDistance, bool killCargo, bool screenFlash, string sound ) : System
teleporter Actor
destination CPos
maximumDistance int
killCargo bool
screenFlash bool
sound string
Résultat System

Tick() public méthode

public Tick ( Actor self ) : OpenRA.Traits.Activity
self Actor
Résultat OpenRA.Traits.Activity