/datum/command_argument
argument for a spacebee command, a singleton (should be created through get_singleton())
Procs | |
format_help | formatting of the argument in the ;;help command given the argument name |
---|---|
process_match | should process the matched regex into a value for the command, null to fail |
Proc Details
format_help
formatting of the argument in the ;;help command given the argument name
process_match
should process the matched regex into a value for the command, null to fail