world.DeleteCommandHistory

MUSHclient script function (Method)

Deletes command history list.

Prototype

void DeleteCommandHistory();

Data type meanings

Description

Deletes any commands in the command history list for all windows. If you have multiple windows open to this world all comand histories will be deleted. There is no confirmation dialog.

VBscript example

world.DeleteCommandHistory

Jscript example

world.DeleteCommandHistory();

PerlScript example

$world->DeleteCommandHistory();

Python example

world.DeleteCommandHistory

Lua example

DeleteCommandHistory()

Return value

Nothing.

See also

FunctionDescription
DeleteOutputClears all output from the output window.