C# Class Snowshoes.AbstractBotSherpa

Inheritance: Sherpa
Datei anzeigen Open project: nuzayets/Snowshoes

Protected Methods

Method Description
ExitGame ( ) : void
GoTown ( ) : void
Interact ( Unit u, bool walk = true ) : void
Interact ( string name, bool walk = true ) : void
KillAll ( ) : void
KillThese ( Unit units ) : void
MoveReallyFast ( float x, float y ) : void
NeedsRepair ( ) : bool
RepairAll ( ) : void
StartGame ( ) : void
TakePortal ( ) : bool
WaitForMobs ( uint timeout ) : Unit[]

Method Details

ExitGame() protected static method

protected static ExitGame ( ) : void
return void

GoTown() protected static method

protected static GoTown ( ) : void
return void

Interact() protected static method

protected static Interact ( Unit u, bool walk = true ) : void
u Unit
walk bool
return void

Interact() protected static method

protected static Interact ( string name, bool walk = true ) : void
name string
walk bool
return void

KillAll() protected static method

protected static KillAll ( ) : void
return void

KillThese() protected static method

protected static KillThese ( Unit units ) : void
units Unit
return void

MoveReallyFast() protected static method

protected static MoveReallyFast ( float x, float y ) : void
x float
y float
return void

NeedsRepair() protected static method

protected static NeedsRepair ( ) : bool
return bool

RepairAll() protected static method

protected static RepairAll ( ) : void
return void

StartGame() protected static method

protected static StartGame ( ) : void
return void

TakePortal() protected static method

protected static TakePortal ( ) : bool
return bool

WaitForMobs() protected static method

protected static WaitForMobs ( uint timeout ) : Unit[]
timeout uint
return Unit[]