Reset
Script function

world.Reset

DOC_scripting Read about scripting

Type

Method

Summary

Resets all outstanding MXP/Pueblo tags

Prototype

void Reset();

DOC_data_types View list of data type meanings


Description

This closes any outstanding MXP/Pueblo tags, and resets the output window colours to ANSI white on black. It also cancels underline, highlight, and inverse.


VBscript example

world.reset



Jscript example

world.Reset();



PerlScript example

$world->Reset();



Python example

world.Reset



Lua example

Reset()



Return value

Nothing.



(Help topic: function=Reset)

DOC_contents Documentation contents page