InsertText

From LoTROInterface Wiki

Jump to: navigation, search


Inserts text into the label at the current cursor position.

Syntax

Lua
function Label:InsertText(value);

Parameters

value
Type: string
The text to insert.

Remarks

Inserts the text specified into the label at the current cursor position.

Personal tools