world.GetNoteStyle

MUSHclient script function (Method) — introduced in version 3.42

Gets the style for notes

Prototype

short GetNoteStyle();

Data type meanings

Description

This gets the text style for world.note and similar functions.

The styles are 1 bit each, which can be added or OR'ed together.

The style bits are:

1 = bold
2 = underline
4 = blink (italic)
8 = inverse
32 = strike-through

VBscript example

Note GetNoteStyle

Jscript example

Note (GetNoteStyle ());

PerlScript example

Note (GetNoteStyle ());

Python example

Note (GetNoteStyle ())

Lua example

Note (GetNoteStyle ())

Return value

The style currently in force for notes.

Related topic

Notes

See also

FunctionDescription
AnsiNoteMake a note in the output window from text with ANSI colour codes imbedded
ColourNoteSends a message to the output window in specified colours
ColourTellSends a message to the output window in specified colours - not terminated by a newline
NoteSends a note to the output window
NoteStyleSets the style for notes
TellSends a message to the output window - not terminated by a newline