| N | |
| Name | |
| new | |
| New Background | |
| New Base | |
| New Border | |
| New BorderSide | |
| New Box | |
| New Brush | |
| New Chat | |
| New Color | |
| New Enum | |
| New Font | |
| New Frame | |
| New Gauge | |
| New Gradient | |
| New Hover | |
| New Image | |
| New Map | |
| New Margin | |
| New MiniConsole | |
| New Padding | |
| New Position | |
| New Size | |
| O | |
| Option Properties, Options | |
| Options | |
| OrderedTable, Lib | |
| Overflow, New Gauge | |
| overflow_frames, New Gauge | |
| P | |
| Padding | |
| Padding Properties, New Padding | |
| Paste | |
| pending_background, New Chat | |
| pending_channels, New Chat | |
| PendingBackground, New Chat | |
| position, New Frame | |
| Position | |
| Position Properties, New Position | |
| Properties | |
| R | |
| radius | |
| Radius, New BorderSide | |
| RawUrl, New Image | |
| Remove | |
| Repeat | |
| repetition, New Background | |
| Replace, New Hover | |
| Reset, Options | |
| Resize | |
| resize_registered, Frame | |
| right | |
| Right | 
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 ) 
See Options.
Options 
Creates a table that preserves order of key->value pairs as they’re entered.
function Lib.OrderedTable () 
Contains the Gauge’s overflow frames.
local overflow_frames 
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 () 
The default background color of a tab when there’s a message waiting to be viewed.
local pending_background 
The Position Supercomponent managing this Frame’s location.
local position 
The Border’s radius.
local radius 
BorderSide’s radius.
local radius 
Removes an object from this Frame.
function new_frame:Remove ( object ) 
Removes a Component from the Hover Component.
function new_hover:Remove ( subtype ) 
A Repeat Enum.
local repetition 
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 ) 
Determines whether or not the resize function has been registered as an event handler.
local resize_registered 
The size of the right side of the Margin.
local right 
The size of the right side of the Padding.
local right