world.DeleteOutput

MUSHclient script function (Method)

Clears all output from the output window.

Prototype

void DeleteOutput();

Data type meanings

Description

Clears all output from the output window. There is no confirmation dialog.

To delete part of the output buffer only, see DeleteLines.

VBscript example

world.DeleteOutput

Jscript example

world.DeleteOutput();

PerlScript example

$world->DeleteOutput();

Python example

world.DeleteOutput

Lua example

DeleteOutput()

Return value

Nothing.

See also

FunctionDescription
DeleteCommandHistoryDeletes command history list.
DeleteLinesClears some recent lines from the output window.