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 |
The name of a function to be used as a Label callback.
local callback
A table holding the arguments for a Label callback.
local callback_args
Generated frame that can be echoed to.
local caption_frame
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 ()
Holds the Component’s color data.
local color_data
A list of Components this Frame contains.
local components
A table of Components.
local components
Stores Compounds.
local compounds
The height of the main console.
local console_height
User-defined height for main console.
local console_height
The width of the main console.
local console_width
The Frame that contains this one.
local container
Parent Frame.
local container
The MiniConsole’s parent frame.
local container
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.
local content
Contains the Frame’s generated, Content Rectangle coordinates.
local content_coords
Contains the Frame’s generated, Content Rectangle dimensions.
local content_dims
Contains the Frame’s user-defined coordinates.
local coords
Index of current variable.
local current_address
The channel currently active.
local current_channel
Displays text on a MiniConsole with some crazy-ass formatting.
function new_console:DEcho ( text, fore, back, insert )
The Font’s initial FontDecoration.
local decoration
Default state for Border Frames.
local default_borders
Default height of main console is window height.
local _,default_console_height
Default draw order for Border Frames.
local default_draw_order
Default setting for determing whether or not Vyzor handles Mudlet’s borders.
local default_handle_borders
Contains the user-defined dimensions of the Frame.
local dims
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 ()
Determines layering for Border Frames.
local draw_order
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 )
Defines the options for Alignment.
local enum_table