$#! | |
<name>ChatSwitch, New Chat | |
<name>InitializeChat, New Chat | |
A | |
Add | |
Append | |
C | |
CEcho, New MiniConsole | |
CheckInput, Lib | |
Clear | |
D | |
DEcho, New MiniConsole | |
do_error, Lib | |
Draw | |
E | |
Echo | |
EchoLink, New MiniConsole | |
EchoPopup, New MiniConsole | |
G | |
getField, New Gauge | |
H | |
HEcho, New MiniConsole | |
Hide | |
I | |
IsValid, New Enum | |
M | |
Move | |
N | |
new | |
O | |
OrderedTable, Lib | |
P | |
Paste | |
R | |
Remove | |
Replace, New Hover | |
Reset, Options | |
Resize | |
S | |
Show | |
U | |
Update, New Gauge | |
updateAbsolute | |
updateAbsolutes | |
updateBorders, HUD | |
updateFrames, New Box | |
updateStylesheet | |
updateStyletable, New BorderSide |
Adds a new object to this Frame.
function new_frame:Add ( object )
Adds a new Component to the Hover Component.
function new_hover:Add ( component )
Appends text to a channel from the buffer.
function new_chat:Append ( channel )
Copies text to the MiniConsole from a buffer or the clipboard (via copy()).
function new_console:Append ()
Displays text on a MiniConsole with colour tags.
function new_console:CEcho ( text )
Does some input checking for sanity’s sake.
function Lib.CheckInput ( check, value, kind, depth, obj, pos )
Removes all text from a channel.
function new_chat:Clear ( channel )
Clears all text from the Frame.
function new_frame:Clear ( do_children )
Clears all text from the MiniConsole.
function new_console:Clear ()
Displays text on a MiniConsole with some crazy-ass formatting.
function new_console:DEcho ( text, fore, back, insert )
A local function to output uniform error messages.
local function do_error ( kind, depth, obj, pos )
Draws this Frame.
function new_frame:Draw ()
The map magically appears!
function new_map:Draw ()
Draws the MiniConsole.
function new_console:Draw ()
Echos any kind of text into a specific channel.
function new_chat:Echo ( channel, text )
Displays text on a Frame.
function new_frame:Echo ( text )
Displays text on the auto-generated caption Frame.
function new_gauge:Echo ( text )
Displays text on a MiniConsole.
function new_console:Echo ( text )
Displays a clickable line of text in a MiniConsole.
function new_console:EchoLink ( text, command, hint, keep_format, insert )
Clickable text that expands out to a menu.
function new_console:EchoPopup ( text, commands, hints, keep_format, insert )
Retrieves the value of the given index.
local function getField ( field )
Displays text on a MiniConsole with Hex color formatting.
function new_console:HEcho ( text )
Hides the Frame.
function new_frame:Hide ()
Hides the Map.
function new_map:Hide ()
function new_console:Hide ()
Verifies the Enum.
function new_enum:IsValid ( key )
Repositions the Frame.
function new_frame:Move ( new_x, new_y )
Moves the Map.
function new_map:Move ( new_x, new_y )
function new_console:Move ( new_x, new_y )
local function new ( _, init_content, init_alignment, init_repeat )
local function new ( _, _type, _subtype )
local function new ( _, init_width, init_style, init_content, init_radius, init_borders )
Should only be used as an argument to a Border Component.
local function new ( _, init_width, init_style, init_content, init_radius )
local function new ( _, name, init_mode, init_back, init_frames )
local function new ( _, init_content )
local function new ( _, name, init_back, init_channels, init_tabloc, init_size, init_wrap, init_font, init_components )
Expected arguments differ depending on mode.
local function new ( _, mode, ... )
local function new ( _, _subtype, options_table )
local function new ( _, init_size, init_style, init_decoration )
local function new ( _, name, x, y, width, height )
local function new ( _, name, current, maximum, init_back, init_fore, fill_enum, init_over )
Expected arguments differ depending on mode.
local function new ( _, mode, ... )
local function new ( _, init_components )
local function new ( _, url, init_alignment )
local function new ( _, init_x, init_y, init_width, init_height )
local function new ( _, ... )
local function new ( _, name, init_x, init_y, init_width, init_height, word_wrap, font_size )
local function new ( _, ... )
local function new ( _, frame, init_x, init_y, is_first )
local function new ( _, frame, init_width, init_height, is_first )
Creates a table that preserves order of key->value pairs as they’re entered.
function Lib.OrderedTable ()
Pastes copy()’d text into a channel.
function new_chat:Paste ( channel )
Copies text to the MiniConsole from the clipboard (via copy()).
function new_console:Paste ()
Removes an object from this Frame.
function new_frame:Remove ( object )
Removes a Component from the Hover Component.
function new_hover:Remove ( subtype )
Replaces a Component in the Hover Component.
function new_hover:Replace ( component )
Resets all Options to default values.
function Options:Reset ()
Resizes the Frame.
function new_frame:Resize ( new_width, new_height )
Adjusts the Map’s size.
function new_map:Resize ( new_width, new_height )
function new_console:Resize ( new_width, new_height )
Reveals the Frame.
function new_frame:Show ()
Returns the Map to its original size.
function new_map:Show ()
function new_console:Show ()
Updates the Gauge.
function new_gauge:Update ()
Generates the absolute coordinates (abs_coords) of the Frame.
local function updateAbsolute ()
Generates the absolute dimensions (abs_dims) of the Frame.
local function updateAbsolute ()
Sets the actual size and position of the Map using the parent Frame’s Content.
local function updateAbsolutes ()
Sets the actual size and position of the MiniConsole using the parent Frame’s Content.
local function updateAbsolutes ()
Updates Mudlet’s Borders.
local function updateBorders ()
Updates the Box’s Frames based on BoxMode.
local function updateFrames()
Updates the Component’s stylesheet.
local function updateStylesheet ()
Updates the Border Component’s stylesheet.
local function updateStylesheet ()
Updates the Color Component’s stylesheet.
local function updateStylesheet ()
Updates the Font Component’s stylesheet.
local function updateStylesheet ()
Polls all Component’s for their Stylesheets.
local function updateStylesheet ()
Updates the Gradient’s stylesheet.
local function updateStylesheet ()
Updates the Hover Component’s stylesheet.
local function updateStylesheet ()
Updates the Image’s stylesheet.
local function updateStylesheet ()
Updates the Margin Component’s stylesheet.
local function updateStylesheet ()
Updates the Padding Component’s stylesheet.
local function updateStylesheet ()
Updates the BorderSide’s stylesheet table.
local function updateStyletable ()