Space Station 13 - Modules - TypesVar Details

Server Command

Datum to handle both sending and receiving of server commands

This datum is an extension of the redis callback and is designed for tighter integration with the BYOND servers. This list is registered and managed by SSintancing, not SSredis. NOTE: These commands are "fire and forget". If you need specific data from each server, use world/Topic still

Vars

command_argsAssociative list of command args
command_nameThe command name (must be unique)
ignoreselfDoes the sending server want to ignore this command? This is almost always yes unless you are doing testing stuff
sourceThe source BYOND server for this message

Var Details

command_args

Associative list of command args

command_name

The command name (must be unique)

ignoreself

Does the sending server want to ignore this command? This is almost always yes unless you are doing testing stuff

source

The source BYOND server for this message