Script function
world.GetNoteStyle
Read about scripting
Type
Method
Summary
Gets the style for notes
Prototype
short GetNoteStyle();
View list of 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
Available in MUSHclient version 3.42 onwards.
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.
See Also ...
Topic
Notes
Functions
(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
(DoAfterNote) Adds a one-shot, temporary note timer - simplified interface
(Hyperlink) Creates a hyperlink in the output window
(Note) Sends a note to the output window
(NoteHr) Draws a horizontal rule in the output window
(NoteStyle) Sets the style for notes
(SetNotes) Sets the notes for the world.
(Tell) Sends a message to the output window - not terminated by a newline
(Help topic: function=GetNoteStyle)