ActivateClient
Script function

world.ActivateClient

DOC_scripting Read about scripting

Type

Method

Summary

Activates the main MUSHclient window

Prototype

void ActivateClient();

DOC_data_types View list of 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 ...

Function

FNC_Activate Activate (Activates the world window)

(Help topic: function=ActivateClient)

DOC_contents Documentation contents page