world.ActivateClient
Activates the main MUSHclient window
Prototype
void ActivateClient();
Description
Activates the main MUSHclient window, effectively bringing MUSHclient to the front as the active application.
VBscript example
world.ActivateClient
Jscript example
world.ActivateClient();
PerlScript example
$world->ActivateClient;
Python example
world.ActivateClient
Lua example
ActivateClient()
Return value
Nothing.
See also
| Function | Description |
|---|---|
| Activate | Activates the world window |