DeleteCommandHistory
Script function

world.DeleteCommandHistory

DOC_scripting Read about scripting

Type

Method

Summary

Deletes command history list.

Prototype

void DeleteCommandHistory();

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

Function

FNC_DeleteOutput DeleteOutput (Clears all output from the output window.)

(Help topic: function=DeleteCommandHistory)

DOC_contents Documentation contents page