Name IsConnected
Type Method
Summary Tests to see if the world is connected to the MUD server
Prototype boolean IsConnected();
Description This returns TRUE if the world is currently connected.
VBscript example
world.note world.IsConnected
Jscript example
world.note(world.IsConnected());
PerlScript example
$world->note($world->IsConnected());
Returns TRUE if world connected
FALSE if not connected

Note: TRUE is a non-zero value, FALSE is the value 0.

See also ...