Goonstation 13 - Modules - TypesDefine Details

_std/defines/spacebee_extension.dm

SPACEBEE_EXTENSION_ASAY_PREFIXfrom the Discord the command will need this prefix in asay (that is after the base ; prefix) to be recognized
SPACEBEE_EXTENSION_MAIN_SERVERserver id of the server that processes commands with server_targeting = COMMAND_TARGETING_MAIN_SERVER
COMMAND_TARGETING_SINGLE_SERVERvalues for the server_targeting var of commands, picks which server processes a given command command requires a server key at the end - e.g. ;;gib2 pali6
COMMAND_TARGETING_MAIN_SERVERcommand is always ran on the main server
COMMAND_TARGETING_ALL_SERVERScommand is always ran on all servers at once

Define Details

COMMAND_TARGETING_ALL_SERVERS

command is always ran on all servers at once

COMMAND_TARGETING_MAIN_SERVER

command is always ran on the main server

COMMAND_TARGETING_SINGLE_SERVER

values for the server_targeting var of commands, picks which server processes a given command command requires a server key at the end - e.g. ;;gib2 pali6

SPACEBEE_EXTENSION_ASAY_PREFIX

from the Discord the command will need this prefix in asay (that is after the base ; prefix) to be recognized

SPACEBEE_EXTENSION_MAIN_SERVER

server id of the server that processes commands with server_targeting = COMMAND_TARGETING_MAIN_SERVER