world.InfoClear

MUSHclient script function (Method) — introduced in version 3.29

Clears all text from the info bar

Prototype

void InfoClear();

Data type meanings

Description

Clears the info bar, ready to start adding new text to it.

The font and colour are restored to the defaults as well.

VBscript example

world.InfoClear

Jscript example

world.InfoClear ();

PerlScript example

$world->InfoClear ();

Python example

world.InfoClear

Lua example

InfoClear ()

Return value

Nothing.

Related topic

Info bar - programmable information bar

See also

FunctionDescription
InfoAdds text to the "info" tool bar
InfoBackgroundSets the background colour for the info bar
InfoColourSets the colour of the foreground (text color) for the info bar
InfoFontChanges the font, font size and style for text on the info bar
SetStatusSets the status line text
ShowInfoBarShows or hides the "info" tool bar