Package megamek.client.commands
Class AssignNovaNetworkCommand
java.lang.Object
megamek.client.commands.ClientCommand
megamek.client.commands.AssignNovaNetworkCommand
This command exists to print entity information to the chat window, it's primarily intended for visually impaired
users. This command will change the nova net at end of turn.
/nova print will print info about your current nova links
/nova print ID will print the network for ID
/nova link ID ID will link the two IDs into their own network. Unlinks from all other networks
/nova link ID ID ID will link the 3 IDs in their own network. Unlinks from all other networks
/nova unlink will unlink all
/nova unlink ID will unlink ID
-
Field Summary
Fields inherited from class megamek.client.commands.ClientCommand
CLIENT_COMMAND, clientGUI -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class megamek.client.commands.ClientCommand
getClient, getClientGUI, getDirection, getDirection, getHelp, getName
-
Constructor Details
-
AssignNovaNetworkCommand
-
-
Method Details
-
run
Run this command with the arguments supplied- Specified by:
runin classClientCommand- See Also:
-