world.ActivateClient

MUSHclient script function (Method) — introduced in version 3.48

Activates the main MUSHclient window

Prototype

void ActivateClient();

Data type meanings

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

FunctionDescription
ActivateActivates the world window