world.Activate
Activates the world window
Prototype
void Activate();
Description
Activates the main (first) window for this world. If you have multiple windows open then the first one created will be activated.
VBscript example
world.activate
Jscript example
world.activate();
PerlScript example
$world->activate;
Python example
world.activate
Lua example
Activate()
Return value
Nothing.
See also
| Function | Description |
|---|---|
| ActivateClient | Activates the main MUSHclient window |
| ActivateNotepad | Activates a notepad window |
| AppendToNotepad | Appends text to a notepad window |
| Open | Opens a named document |
| ReplaceNotepad | Replaces text in a notepad window |
| SendToNotepad | Creates a notepad and sends text to it |