Method | Description | |
---|---|---|
cancelRoute ( Entity, entity ) : void | ||
next ( Entity, entity ) : Cell, | ||
planifyRoute ( Entity, entity, Cell, destination ) : bool | ||
planifyRoute ( Entity, entity, Cell, destination, int distance ) : bool |
Method | Description | |
---|---|---|
GetSurroundCellsAtRadius ( Cell, to, int distance ) : List |
||
GetSurroundCellsAtRadius ( Cell, to, int distance, List |
||
calculateRoute ( Cell, from, Cell, to, Entity, entity, int distance ) : Stack |
||
estimaAvance ( Cell, celdaCandidata, Cell, accesible ) : float | ||
estimaMeta ( Cell, accesible, Cell, to ) : float | ||
getCeldasAccesibles ( Cell, celda, Entity, entity ) : Cell[], | ||
reconstruyeCamino ( Stack |
public static cancelRoute ( Entity, entity ) : void | ||
entity | Entity, | |
return | void |
public static next ( Entity, entity ) : Cell, | ||
entity | Entity, | |
return | Cell, |
public static planifyRoute ( Entity, entity, Cell, destination ) : bool | ||
entity | Entity, | |
destination | Cell, | |
return | bool |
public static planifyRoute ( Entity, entity, Cell, destination, int distance ) : bool | ||
entity | Entity, | |
destination | Cell, | |
distance | int | |
return | bool |