Packageorg.wak.baseoneonline.flash.astar
Interfacepublic interface IAStarSearchable
ImplementorsTileMap



Public Methods
 MethodDefined by
  
getHeight():int
IAStarSearchable
  
getWidth():int
IAStarSearchable
  
isWalkable(x:int, y:int):Boolean
IAStarSearchable
Method detail
getHeight()method
public function getHeight():int

Returns
int
getWidth()method 
public function getWidth():int

Returns
int
isWalkable()method 
public function isWalkable(x:int, y:int):BooleanParameters
x:int
 
y:int

Returns
Boolean