Свойство | Type | Description | |
---|---|---|---|
commandGiven | string | ||
destX | int | ||
destY | int | ||
gettingLocationInfo | bool | ||
keepGoing | bool | ||
lastMoveNumber | int | ||
moveDone | bool | ||
movecount | int | ||
myMoves | |||
myMovesCount | int | ||
objectID | int | ||
previousX | int | ||
previousY | int | ||
startX | int | ||
startY | int | ||
useObjectPathing | bool | ||
useWithObject | int |
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 |
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 |
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 |
public difference ( int thisPoint, int thatPoint ) : int | ||
thisPoint | int | |
thatPoint | int | |
Résultat | int |
public static orientSelf ( cs_elbot.AdvancedCommunication.ActorHandler currentPosition, TCPWrapper TheTCPWrapper ) : void | ||
currentPosition | cs_elbot.AdvancedCommunication.ActorHandler | |
TheTCPWrapper | TCPWrapper | |
Résultat | void |
public static bool gettingLocationInfo | ||
Résultat | bool |
public ArrayList,System.Collections myMoves | ||
Résultat |