Register forum user name Search FAQ

ActivateClient

Script function

world.ActivateClient

Read about scripting

Type

Method

Summary

Activates the main MUSHclient window

Prototype

void ActivateClient();

View list of data type meanings

Description

Activates the main MUSHclient window, effectively bringing MUSHclient to the front as the active application.


Available in MUSHclient version 3.48 onwards.



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

(Activate) Activates the world window

(Help topic: function=ActivateClient)

Documentation contents page


Search ...

Enter a search string to find matching documentation.

Search for:   

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.