C# Класс cs_elbot.AdvancedCommunication.GotoCommandHandler

Description of help_command_handler.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

GotoCommandHandler() публичный Метод

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
Результат System

difference() публичный Метод

public difference ( int thisPoint, int thatPoint ) : int
thisPoint int
thatPoint int
Результат int

orientSelf() публичный статический Метод

public static orientSelf ( cs_elbot.AdvancedCommunication.ActorHandler currentPosition, TCPWrapper TheTCPWrapper ) : void
currentPosition cs_elbot.AdvancedCommunication.ActorHandler
TheTCPWrapper TCPWrapper
Результат void

Описание свойств

commandGiven публичное свойство

public string commandGiven
Результат string

destX публичное свойство

public int destX
Результат int

destY публичное свойство

public int destY
Результат int

gettingLocationInfo публичное статическое свойство

public static bool gettingLocationInfo
Результат bool

keepGoing публичное свойство

public bool keepGoing
Результат bool

lastMoveNumber публичное статическое свойство

public static int lastMoveNumber
Результат int

moveDone публичное свойство

public bool moveDone
Результат bool

movecount публичное свойство

public int movecount
Результат int

myMoves публичное свойство

public ArrayList,System.Collections myMoves
Результат System.Collections.ArrayList

myMovesCount публичное свойство

public int myMovesCount
Результат int

objectID публичное свойство

public int objectID
Результат int

previousX публичное свойство

public int previousX
Результат int

previousY публичное свойство

public int previousY
Результат int

startX публичное свойство

public int startX
Результат int

startY публичное свойство

public int startY
Результат int

useObjectPathing публичное свойство

public bool useObjectPathing
Результат bool

useWithObject публичное свойство

public int useWithObject
Результат int