Register forum user name Search FAQ

InfoClear

Script function

world.InfoClear

Read about scripting

Type

Method

Summary

Clears all text from the info bar

Prototype

void InfoClear();

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


Available in MUSHclient version 3.29 onwards.



VBscript example

world.InfoClear


Jscript example

world.InfoClear ();


PerlScript example

$world->InfoClear ();


Python example

world.InfoClear 


Lua example

InfoClear ()


Return value

Nothing.


See Also ...

Topic

Info bar - programmable information bar

Functions

(Info) Adds text to the "info" tool bar
(InfoBackground) Sets the background colour for the info bar
(InfoColour) Sets the colour of the foreground (text color) for the info bar
(InfoFont) Changes the font, font size and style for text on the info bar
(SetStatus) Sets the status line text
(ShowInfoBar) Shows or hides the "info" tool bar

(Help topic: function=InfoClear)

Documentation contents page


Search ...

Enter a search string to find matching documentation.

Search for:   

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.