world.Redraw

MUSHclient script function (Method)

Schedules a redraw for all windows for this world

Prototype

void Redraw();

Data type meanings

Description

Schedules a redraw of all windows for this world. Use this after changing colours, or changing miniwindows.

Note that the main window is not actually redrawn at this point, however it is scheduled for redraw next time through the main event loop.

VBscript example

Redraw

Jscript example

Redraw();

PerlScript example

$world->Redraw();

Python example

Redraw

Lua example

Redraw ()

Return value

Nothing.

See also

FunctionDescription
BoldColourGets/sets the RGB colour for one of the 8 ANSI bold colours
CustomColourBackgroundSets the RGB value for the background of a custom colour
CustomColourTextSets the RGB value for the text of a custom colour
NormalColourGets/sets the RGB colour for one of the 8 ANSI normal colours
NoteColourChooses which custom colour will be used for world notes.
RepaintForces an immediate redraw for all windows for this world