$world->cmdseparator
$world->cmdseparator function: sets or gets the CoMmanD SEPARATOR
void $world->cmdseparator( |
string
) ; |
When called with an argument, this sets the command separator for the current world to the given value. For more details of the command separator, see Section 3.2, “Interacting with the MUD” and Section 4.3, “Input”.
$separator =
$world->cmdseparator( | void) ; |
When called without arguments, it returns its current value of the command separator.