Property | Type | Description | |
---|---|---|---|
OPEN_LISTCount | int | ||
TILE_MAPCount | int | ||
pathCount | int |
Method | Description | |
---|---|---|
clearMap ( ) : void | ||
difference ( int thisPoint, int thatPoint ) : int | ||
finishPath ( ) : void | ||
getPath ( int fromX, int fromY, int toX, int toY ) : |
||
getTile ( int x, int y ) : TILE | ||
listObjects ( cs_elbot.AdvancedCommunication.ActorHandler currentLocation ) : |
||
listObjects ( string searchWord ) : |
||
pathing ( string mapName ) : System | ||
printMap ( ) : void | ||
printPath ( |
||
printTile ( TILE myTile ) : void | ||
read3DMapObjects ( |
||
resetMap ( ) : void |
Method | Description | |
---|---|---|
addToOpenList ( TILE current, TILE neighbor ) : void | ||
areDiagonal ( TILE thisGridMark, TILE thatGridMark ) : bool | ||
distance ( TILE thisGridMark, TILE thatGridMark ) : int | ||
getNextOpenTile ( ) : TILE | ||
printOpenTileList ( ) : void | ||
readHeightMap ( ) : void | ||
readMapHeader ( ) : void | ||
readTileMap ( ) : void |
public static difference ( int thisPoint, int thatPoint ) : int | ||
thisPoint | int | |
thatPoint | int | |
return | int |
public getPath ( int fromX, int fromY, int toX, int toY ) : |
||
fromX | int | |
fromY | int | |
toX | int | |
toY | int | |
return |
public listObjects ( cs_elbot.AdvancedCommunication.ActorHandler currentLocation ) : |
||
currentLocation | cs_elbot.AdvancedCommunication.ActorHandler | |
return |
public listObjects ( string searchWord ) : |
||
searchWord | string | |
return |
public printPath ( |
||
myPrintPath | ||
return | void |
public read3DMapObjects ( |
||
myReader | ||
return | void |