-
- All Implemented Interfaces:
-
org.lazywizard.console.BaseCommand
public class SetCommission implements BaseCommand
-
-
Method Summary
Modifier and Type Method Description static FactionAPI
endCurrentCommission()
Ends and returns the player's current commission (if one exists; returns null
otherwise).BaseCommand.CommandResult
runCommand(String args, BaseCommand.CommandContext context)
Called when the player enters your command. -
-
Method Detail
-
endCurrentCommission
static FactionAPI endCurrentCommission()
Ends and returns the player's current commission (if one exists; returns
null
otherwise).
-
runCommand
BaseCommand.CommandResult runCommand(String args, BaseCommand.CommandContext context)
Called when the player enters your command.
- Parameters:
args
- The arguments passed into this command.context
- Where this command was called from (campaign, combat, mission, simulation, etc).
-
-
-
-