|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SearchGrid | |
---|---|
location | |
path |
Uses of SearchGrid in location |
---|
Methods in location that return SearchGrid | |
---|---|
SearchGrid |
GameLocation.getPathSearchGrid()
Returns the path search grid with the current state of the grid |
Uses of SearchGrid in path |
---|
Methods in path with parameters of type SearchGrid | |
---|---|
static void |
PathFinder.addPath(AbstractCharacterSprite c,
SearchGrid grid,
double x,
double y,
com.golden.gamedev.engine.BaseInput bsInput)
Finds a list of Walk game actions that represents a path from the characters current position to its destionation coordinates and adds it to the specified characters game action queue |
static java.util.List<AbstractGameAction> |
PathFinder.getPath(AbstractCharacterSprite c,
SearchGrid grid,
double x,
double y,
com.golden.gamedev.engine.BaseInput bsInput)
Returns a list of Walk game actions that represents a path from the characters current position to its destionation coordinates |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |