- undo - Variable in class com.TeamHEC.LocomotionCommotion.Goal.PlayerGoalRemoveBtn
-
- undoGoalSelection(int) - Static method in class com.TeamHEC.LocomotionCommotion.Goal.PlayerGoals
-
undoGoalSelection puts back the goal you just picked from the goal menu.
- undoLastRouteButton - Static variable in class com.TeamHEC.LocomotionCommotion.UI_Elements.GameScreenUI
-
- undoRouteBtn - Variable in class com.TeamHEC.LocomotionCommotion.UI_Elements.Game_TextureManager
-
- undoUpgrade() - Method in class com.TeamHEC.LocomotionCommotion.Train.FuelUpgrade
-
- undoUpgrade() - Method in class com.TeamHEC.LocomotionCommotion.Train.SpeedUpgrade
-
- undoUpgrade() - Method in class com.TeamHEC.LocomotionCommotion.Train.TrainUpgrade
-
- unhighlightAdjacent() - Method in class com.TeamHEC.LocomotionCommotion.Train.TrainInfoUI
-
- unlockMapObj(MapObj) - Method in class com.TeamJKG.LocomotionCommotion.Game.NewGame
-
Saves any unlocked stations to Replay.
- unlockStation(MapObj, boolean) - Method in class com.TeamHEC.LocomotionCommotion.Player.Shop
-
- unregister(StationListener) - Method in class com.TeamHEC.LocomotionCommotion.Map.Station
-
Removes object implementing StationListener so it no longer recieves updates
- unregister(RouteListener) - Method in class com.TeamHEC.LocomotionCommotion.Train.Route
-
Removes an object from the Listener array
- update(float) - Method in class com.TeamHEC.LocomotionCommotion.Train.Route
-
Progressed a train in the route by certain amount - normally it's speed
- updateActors() - Static method in class com.TeamHEC.LocomotionCommotion.MapActors.Game_Map_Manager
-
- updateButton(Station, Player) - Method in class com.TeamHEC.LocomotionCommotion.MapActors.Game_Map_Station
-
- updateGoals() - Method in class com.TeamJKG.LocomotionCommotion.Replay.ReplayGame
-
updates goals from the json each turn, removes any completed/deleted goals
- updatePlayerCards() - Method in class com.TeamJKG.LocomotionCommotion.Replay.ReplayGame
-
Updates the cards belonging to each player to match the way they were in the saved game.
- updatePlayerScores() - Method in class com.TeamJKG.LocomotionCommotion.Replay.ReplayGame
-
Player scores are updated from the JSON file every turn so that they stay correct.
- updateResources() - Method in class com.TeamJKG.LocomotionCommotion.Replay.ReplayGame
-
updates the players resources each turn to match the json
- updateRouteText() - Method in class com.TeamHEC.LocomotionCommotion.Train.Route
-
Updates the text displaying the route information:
- useCard(int) - Method in class com.TeamHEC.LocomotionCommotion.Card.Game_CardHand.Game_CardHandManager
-
useCard is called from the usecard button and implements the card's action and removes it.
- usecardbtn - Variable in class com.TeamHEC.LocomotionCommotion.Card.Game_CardHand.Game_CardHandManager
-