Uses of Class
location.GameLocation

Packages that use GameLocation
gameaction   
gameobjects   
location   
scripting   
xml   
 

Uses of GameLocation in gameaction
 

Constructors in gameaction with parameters of type GameLocation
CutSceneStart(AbstractCharacterSprite c, GameLocation location)
          Creates a new cutscene start game action
CutSceneStart(AbstractCharacterSprite c, GameLocation location, java.lang.String musicPath)
          Creates a new cutscene start game action considering a special background music during cutscene
CutSceneStop(AbstractCharacterSprite c, GameLocation location)
           
 

Uses of GameLocation in gameobjects
 

Methods in gameobjects that return GameLocation
 GameLocation AbstractGameObject.getGameLocation()
          Returns the game location of the game object
 

Methods in gameobjects with parameters of type GameLocation
 void AbstractGameObject.setGameLocation(GameLocation loc)
          Set the game location of the game object
 

Uses of GameLocation in location
 

Methods in location that return GameLocation
 GameLocation LocationExit.getDestinationLocation()
          Returns the location to which the location exit leads to.
 GameLocation LocationExit.getStartLocation()
          Returns the location from which the exit leads to new location.
 

Methods in location with parameters of type GameLocation
 void GameLocation.addExit(java.lang.String name, java.lang.String bshName, double x, double y, int width, int height, double newX, double newY, boolean usable, GameLocation destination)
          Adds an exit to the game location with the specified parameters
 

Constructors in location with parameters of type GameLocation
LocationExit(java.lang.String name, java.lang.String bshName, double x, double y, int width, int height, double newX, double newY, boolean usable, GameLocation start, GameLocation dest, com.golden.gamedev.engine.BaseInput bsInput)
           
 

Uses of GameLocation in scripting
 

Methods in scripting with parameters of type GameLocation
 void BeanShell.addGameLocation(GameLocation g)
          Adds a game location to the beanshell script interpreter
 

Uses of GameLocation in xml
 

Methods in xml that return types with arguments of type GameLocation
 java.util.ArrayList<GameLocation> LocationLoader.getLocationFromXML(java.util.List<java.io.File> xmlFiles)
          Returns the list of game locations specified by the xml files from the file names array
 java.util.ArrayList<GameLocation> LocationLoader.getLocationsWithAddedExits(java.util.ArrayList<GameLocation> locations)
          Method to add the locatios exits to the list of game locations.
 java.util.ArrayList<GameLocation> LocationLoader.getLocationsWithAddedPlayer(java.util.ArrayList<GameLocation> locations)
          Method to add the player to the list of game locations.
 

Method parameters in xml with type arguments of type GameLocation
 java.util.ArrayList<GameLocation> LocationLoader.getLocationsWithAddedExits(java.util.ArrayList<GameLocation> locations)
          Method to add the locatios exits to the list of game locations.
 java.util.ArrayList<GameLocation> LocationLoader.getLocationsWithAddedPlayer(java.util.ArrayList<GameLocation> locations)
          Method to add the player to the list of game locations.