Name Redraw
Type Method
Summary Redraws all windows for this world
Prototype void Redraw();
Description Forces a redraw of all windows for this world. Use this after changing colours.
VBscript example
world.redraw
Jscript example
world.redraw();
PerlScript example
$world->redraw();
Returns Nothing.

See also ...