Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
C
 callback, New Frame
 Callback, New Frame
 callback_args, New Frame
 CallbackArguments, New Frame
 caption_frame, New Gauge
 CEcho, New MiniConsole
 channel_list, New Chat
 Channels, New Chat
 Chat
 Chat Properties, New Chat
 CheckInput, Lib
 Clear
 Color
 Color Properties, New Color
 color_data, New Color
 ColorMode
 components
 Components
 compounds, New Frame
 Compounds
 console_height
 console_width, HUD
 ConsoleHeight, Options
 container
 Container
 content
 Content
 content_coords, New Position
 content_dims, New Size
 ContentHeight, New Size
 ContentWidth, New Size
 ContentX, New Position
 ContentY, New Position
 Coordinates, New Position
 coords, New Position
 Current, New Gauge
 current_address, New Gauge
 current_channel, New Chat
 CurrentAddress, New Gauge
 CurrentChannel, New Chat
D
 Data
 DEcho, New MiniConsole
 decoration, New Font
 Decoration, New Font
 default_borders, Options
 default_console_height, Options
 default_draw_order, Options
 default_handle_borders, Options
 Dimensions, New Size
 dims, New Size
 do_error, Lib
 Draw
 draw_order, Options
 DrawOrder, Options
E
 Echo
 EchoLink, New MiniConsole
 EchoPopup, New MiniConsole
 Enum
 enum_table
 Enumerations
 Enums, Vyzor
 Events, HUD
local callback
The name of a function to be used as a Label callback.
Gets and sets a Callback for this Frame.
local callback_args
A table holding the arguments for a Label callback.
Gets and sets the arguments passed to the Callback.
local caption_frame
Generated frame that can be echoed to.
function new_console:CEcho (text)
Displays text on a MiniConsole with colour tags.
A string list of channel names.
Returns a copied list of the channels this Compound covers.
Manages a number of MiniConsoles and tabs for a clean interface for text.
See Chat.
function Lib.CheckInput (check,
value,
kind,
depth,
obj,
pos)
Does some input checking for sanity’s sake.
function new_chat:Clear (channel)
Removes all text from a channel.
function new_frame:Clear (do_children)
Clears all text from the Frame.
function new_console:Clear ()
Clears all text from the MiniConsole.
Defines the Brush Component.
See Color.
local color_data
Holds the Component’s color data.
See ColorMode.
A table of Components that all tabs will share.
local components
A list of Components this Frame contains.
local components
A table of Components.
Returns a copied list of the Compound’s Tab’s Components.
Returns a copy of the Frame’s Components.
Returns a table copy of Hover Component’s contained Components.
local compounds
Stores Compounds.
Returns a copy of the Frame’s Compounds.
local console_height
The height of the main console.
local console_height
User-defined height for main console.
local console_width
The width of the main console.
Sets and gets a user-defined main console height.
local container
The Frame that contains this one.
local container
Parent Frame.
local container
The MiniConsole’s parent frame.
Gets and sets the parent Frame of this Box.
Gets and sets the Chat Compound’s parent Frame.
Gets and sets the parent Frame for this Frame.
Gets and sets the Gauge’s container.
Gets and sets the Map’s parent Frame.
Gets and sets the MiniConsole’s parent Frame.
local content
Either an Image Component or a Brush Component.
local content
The Border’s Brush or Image Component.
local content
The Color or Gradient Component this Brush contains.
Gets and sets the Image or Brush used by the Background Component.
Gets and sets the Border Component’s Brush or Image Component.
Gets and sets the BorderSide’s Brush or Image Component.
Gets and sets the Brush’s content.
Returns the coordinates of the Content Rectangle within the Mudlet window (content_coords).
Returns dimensions of the Content Rectangle (content_dims).
local content_coords
Contains the Frame’s generated, Content Rectangle coordinates.
local content_dims
Contains the Frame’s generated, Content Rectangle dimensions.
Returns the height of the Content Rectangle.
Returns the width of the Content Rectangle.
Returns the X value of the Content Rectangle within the Mudlet window.
Returns the Y value of the Content Rectangle within the Mudlet window.
Gets and sets the relative (user-defined) coordinates (coords) of the Frame.
local coords
Contains the Frame’s user-defined coordinates.
Returns the numeric value of the current variable.
local current_address
Index of current variable.
local current_channel
The channel currently active.
Gets and sets the Gauge’s current variable index.
Returns the current channel of the Chat Compound.
Returns the color_data passed to the Color Component.
Returns a copy of the Gradient’s gradient_data.
function new_console:DEcho (text,
fore,
back,
insert)
Displays text on a MiniConsole with some crazy-ass formatting.
local decoration
The Font’s initial FontDecoration.
Gets and sets the Font’s FontDecoration.
local default_borders
Default state for Border Frames.
local _,default_console_height
Default height of main console is window height.
local default_draw_order
Default draw order for Border Frames.
local default_handle_borders
Default setting for determing whether or not Vyzor handles Mudlet’s borders.
Gets and sets the relative (user-defined) dimensions (dims) of the Frame.
local dims
Contains the user-defined dimensions of the Frame.
local function do_error (kind,
depth,
obj,
pos)
A local function to output uniform error messages.
function new_frame:Draw ()
Draws this Frame.
function new_map:Draw ()
The map magically appears! 
function new_console:Draw ()
Draws the MiniConsole.
local draw_order
Determines layering for Border Frames.
TODO: Will determine z-layer ordering for Border Frames.
function new_chat:Echo (channel,
text)
Echos any kind of text into a specific channel.
function new_frame:Echo (text)
Displays text on a Frame.
function new_gauge:Echo (text)
Displays text on the auto-generated caption Frame.
function new_console:Echo (text)
Displays text on a MiniConsole.
function new_console:EchoLink (text,
command,
hint,
keep_format,
insert)
Displays a clickable line of text in a MiniConsole.
function new_console:EchoPopup (text,
commands,
hints,
keep_format,
insert)
Clickable text that expands out to a menu.
Defines the Enum object.
local enum_table
Defines the options for Alignment.
Close