Name GetLinesInBufferCount
Type Method
Summary Returns the number of lines in the output window
Prototype long GetLinesInBufferCount();
Description This returns the number of lines in the output buffer (window) of this world.

It will differ from GetLineCount once the number of lines received exceeds the size of the buffer (as early ones will be discarded).

Note: Available in MUSHclient version 3.18 onwards.
VBscript example
world.note world.GetLinesInBufferCount
Jscript example
world.note(world.GetLinesInBufferCount());
PerlScript example
$world->note($world->GetLinesInBufferCount());
Returns The number of lines in the output buffer (output window) of this world.

See also ...