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_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 |
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