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

Inheritance: OpenRA.Traits.Activity
Mostrar archivo Open project: OpenRA/OpenRA

Public Methods

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

Private Methods

Method Description
ChooseBestDestinationCell ( Actor self, CPos destination ) : CPos?

Method Details

Teleport() public method

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
return System

Tick() public method

public Tick ( Actor self ) : OpenRA.Traits.Activity
self Actor
return OpenRA.Traits.Activity