Package megamek.server.commands
Class RescueCommand
java.lang.Object
megamek.server.commands.ServerCommand
megamek.server.commands.ClientServerCommand
megamek.server.commands.GamemasterServerCommand
megamek.server.commands.RescueCommand
- 
Field SummaryFieldsFields inherited from class megamek.server.commands.ClientServerCommanderrorMsg, gameManager, loggerFields inherited from class megamek.server.commands.ServerCommandserver
- 
Constructor SummaryConstructorsConstructorDescriptionRescueCommand(Server server, TWGameManager gameManager) Creates new Rescue Command, it "flees" a unit no matter where they are
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidrunCommand(int connId, Arguments args) Run this command with the arguments suppliedMethods inherited from class megamek.server.commands.GamemasterServerCommandpreRunMethods inherited from class megamek.server.commands.ClientServerCommandgetGameManager, getHelp, getHelpHtml, getLongName, isGM, isOutsideOfBoard, parseArguments, run, safeParseArgumentsAndRunMethods inherited from class megamek.server.commands.ServerCommandcanRunRestrictedCommand, getName
- 
Field Details- 
UNIT_ID- See Also:
 
 
- 
- 
Constructor Details- 
RescueCommandCreates new Rescue Command, it "flees" a unit no matter where they are
 
- 
- 
Method Details- 
defineArguments- Overrides:
- defineArgumentsin class- ClientServerCommand
 
- 
runCommandRun this command with the arguments supplied- Specified by:
- runCommandin class- ClientServerCommand
 
 
-