Activate
Script function

world.Activate

DOC_scripting Read about scripting

Type

Method

Summary

Activates the world window

Prototype

void Activate();

DOC_data_types View list of data type meanings


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 ...

Functions

FNC_ActivateClient ActivateClient (Activates the main MUSHclient window)
FNC_ActivateNotepad ActivateNotepad (Activates a notepad window)
FNC_AppendToNotepad AppendToNotepad (Appends text to a notepad window)
FNC_Open Open (Opens a named document)
FNC_ReplaceNotepad ReplaceNotepad (Replaces text in a notepad window)
FNC_SendToNotepad SendToNotepad (Creates a notepad and sends text to it)

(Help topic: function=Activate)

DOC_contents Documentation contents page