C# Class cleanLayer.Library.Mover

Show file Open project: Vipeax/cleanLayer

Private Properties

Property Type Description

Public Methods

Method Description
MoveTo ( Location to ) : void
MoveToCorpse ( ) : void
PathTo ( Location to ) : bool
PathTo ( Location from, Location to, bool preferRoads = true ) : bool
Pulse ( ) : void
StopMoving ( ) : void

Method Details

MoveTo() public static method

public static MoveTo ( Location to ) : void
to cleanCore.Location
return void

MoveToCorpse() public static method

public static MoveToCorpse ( ) : void
return void

PathTo() public static method

public static PathTo ( Location to ) : bool
to cleanCore.Location
return bool

PathTo() public static method

public static PathTo ( Location from, Location to, bool preferRoads = true ) : bool
from cleanCore.Location
to cleanCore.Location
preferRoads bool
return bool

Pulse() public static method

public static Pulse ( ) : void
return void

StopMoving() public static method

public static StopMoving ( ) : void
return void