/datum/spacebee_extension_command
A command for the Spacebee extension thing
Vars | |
argument_instances | instantiated arguments (singletons of the types) |
---|---|
argument_types | a list of subtypes of /datum/command_argument of the form list(type = name), name used only for help messages |
help_message | help message shown in the ;;help command |
instantiated | if TRUE a new copy is created for each call of the command, useful for /datum/spacebee_extension_command/state_based |
name | how the command is actually called |
server_targeting | how is the server processing this command chosen, see COMMAND_TARGETING_ defines |
system | the spacebee extension system this command is bound to |
Procs | |
execute | the actual command code |
Var Details
argument_instances
instantiated arguments (singletons of the types)
argument_types
a list of subtypes of /datum/command_argument of the form list(type = name), name used only for help messages
help_message
help message shown in the ;;help command
instantiated
if TRUE a new copy is created for each call of the command, useful for /datum/spacebee_extension_command/state_based
name
how the command is actually called
server_targeting
how is the server processing this command chosen, see COMMAND_TARGETING_ defines
system
the spacebee extension system this command is bound to
Proc Details
execute
the actual command code