world.GetNoteStyle
Gets the style for notes
Prototype
short GetNoteStyle();
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
See also
| Function | Description |
|---|---|
| AnsiNote | Make a note in the output window from text with ANSI colour codes imbedded |
| ColourNote | Sends a message to the output window in specified colours |
| ColourTell | Sends a message to the output window in specified colours - not terminated by a newline |
| Note | Sends a note to the output window |
| NoteStyle | Sets the style for notes |
| Tell | Sends a message to the output window - not terminated by a newline |