| AnsiNote |
|---|
| Script function world.AnsiNote
Read about scriptingType Method Summary Make a note in the output window from text with ANSI colour codes imbedded Prototype void AnsiNote(BSTR Text);
View list of data type meaningsDescription Sends "Text" to the output window, changing colour, bold, underline etc. if it gets ANSI sequences in the text. ANSI sequences are things like ESC [ 30 m. You can use the ANSI function to set them up.VBscript example Jscript example PerlScript example Python example Lua example Lua notes Return value See Also ... Topic
NotesFunctions
ANSI (Generates an ANSI colour sequence)
ChatNote (Does a note using ANSI codes for the chat system)
ColourNote (Sends a message to the output window in specified colours)
DoAfterNote (Adds a one-shot, temporary note timer - simplified interface)
GetNoteStyle (Gets the style for notes)
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.)
StripANSI (Strips ANSI colour sequences from a string)
Tell (Sends a message to the output window - not terminated by a newline)(Help topic: function=AnsiNote)
Documentation contents page |