C# Class Snowshoes.AbstractBotSherpa

Inheritance: Sherpa
Afficher le fichier Open project: nuzayets/Snowshoes

Méthodes protégées

Méthode 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 méthode

protected static ExitGame ( ) : void
Résultat void

GoTown() protected static méthode

protected static GoTown ( ) : void
Résultat void

Interact() protected static méthode

protected static Interact ( Unit u, bool walk = true ) : void
u Unit
walk bool
Résultat void

Interact() protected static méthode

protected static Interact ( string name, bool walk = true ) : void
name string
walk bool
Résultat void

KillAll() protected static méthode

protected static KillAll ( ) : void
Résultat void

KillThese() protected static méthode

protected static KillThese ( Unit units ) : void
units Unit
Résultat void

MoveReallyFast() protected static méthode

protected static MoveReallyFast ( float x, float y ) : void
x float
y float
Résultat void

NeedsRepair() protected static méthode

protected static NeedsRepair ( ) : bool
Résultat bool

RepairAll() protected static méthode

protected static RepairAll ( ) : void
Résultat void

StartGame() protected static méthode

protected static StartGame ( ) : void
Résultat void

TakePortal() protected static méthode

protected static TakePortal ( ) : bool
Résultat bool

WaitForMobs() protected static méthode

protected static WaitForMobs ( uint timeout ) : Unit[]
timeout uint
Résultat Unit[]