C# Class cs_elbot.AdvancedCommunication.GotoCommandHandler

Description of help_command_handler.
Afficher le fichier Open project: Sir-Odie/CS-ELBot

Méthodes publiques

Свойство Type Description
commandGiven string
destX int
destY int
gettingLocationInfo bool
keepGoing bool
lastMoveNumber int
moveDone bool
movecount int
myMoves System.Collections.ArrayList
myMovesCount int
objectID int
previousX int
previousY int
startX int
startY int
useObjectPathing bool
useWithObject int

Méthodes publiques

Méthode Description
GotoCommandHandler ( TCPWrapper MyTCPWrapper, BasicCommunication MyMessageParser, cs_elbot.AdvancedCommunication.AdminHelpCommandHandler MyAdminHelpCommandHandler, MySqlManager MyMySqlManager, cs_elbot.AdvancedCommunication.PMHandler MyPMHandler, cs_elbot.AdvancedCommunication.ActorHandler MyActorHandler ) : System
difference ( int thisPoint, int thatPoint ) : int
orientSelf ( cs_elbot.AdvancedCommunication.ActorHandler currentPosition, TCPWrapper TheTCPWrapper ) : void

Private Methods

Méthode Description
OnGotCommand ( object sender, TCPWrapper e ) : void
OnGotLocationInfo ( object sender, BasicCommunication e ) : void
OnGotPM ( object sender, BasicCommunication e ) : void
actorInTheWay ( pathing myMove, string &actorName ) : bool
adjustMove ( moveLoc currentPos ) : moveLoc
makeMoves ( ) : void
makeMoves ( int toX, int toY ) : void

Method Details

GotoCommandHandler() public méthode

public GotoCommandHandler ( TCPWrapper MyTCPWrapper, BasicCommunication MyMessageParser, cs_elbot.AdvancedCommunication.AdminHelpCommandHandler MyAdminHelpCommandHandler, MySqlManager MyMySqlManager, cs_elbot.AdvancedCommunication.PMHandler MyPMHandler, cs_elbot.AdvancedCommunication.ActorHandler MyActorHandler ) : System
MyTCPWrapper TCPWrapper
MyMessageParser BasicCommunication
MyAdminHelpCommandHandler cs_elbot.AdvancedCommunication.AdminHelpCommandHandler
MyMySqlManager MySqlManager
MyPMHandler cs_elbot.AdvancedCommunication.PMHandler
MyActorHandler cs_elbot.AdvancedCommunication.ActorHandler
Résultat System

difference() public méthode

public difference ( int thisPoint, int thatPoint ) : int
thisPoint int
thatPoint int
Résultat int

orientSelf() public static méthode

public static orientSelf ( cs_elbot.AdvancedCommunication.ActorHandler currentPosition, TCPWrapper TheTCPWrapper ) : void
currentPosition cs_elbot.AdvancedCommunication.ActorHandler
TheTCPWrapper TCPWrapper
Résultat void

Property Details

commandGiven public_oe property

public string commandGiven
Résultat string

destX public_oe property

public int destX
Résultat int

destY public_oe property

public int destY
Résultat int

gettingLocationInfo public_oe static_oe property

public static bool gettingLocationInfo
Résultat bool

keepGoing public_oe property

public bool keepGoing
Résultat bool

lastMoveNumber public_oe static_oe property

public static int lastMoveNumber
Résultat int

moveDone public_oe property

public bool moveDone
Résultat bool

movecount public_oe property

public int movecount
Résultat int

myMoves public_oe property

public ArrayList,System.Collections myMoves
Résultat System.Collections.ArrayList

myMovesCount public_oe property

public int myMovesCount
Résultat int

objectID public_oe property

public int objectID
Résultat int

previousX public_oe property

public int previousX
Résultat int

previousY public_oe property

public int previousY
Résultat int

startX public_oe property

public int startX
Résultat int

startY public_oe property

public int startY
Résultat int

useObjectPathing public_oe property

public bool useObjectPathing
Résultat bool

useWithObject public_oe property

public int useWithObject
Résultat int