Function 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
M
 ModuleInitialize
 ModuleLoad
 ModuleRestrictedLoad
 ModuleSetEnabled
 ModulesGetData
 ModulesInitializeAllEnabled
 ModulesInitializeRestricted
 ModulesLoadFromDirectory
 ModulesLoadFromListFile
P
 PageWindowAddPageBreak
 PageWindowAddSplitableWindow
 PageWindowClearPageBreaks
 PageWindowClearSplitableWindows
 PageWindowGetCurrentPage
 PageWindowGetNumPages
 PageWindowGetNumPagesDisplayed
 PageWindowRemovePageBreak
 PageWindowRemoveSplitableWindow
 PageWindowSetCurrentPage
 PageWindowUpdatePages
R
 RegisterEventHandler
 RegisterWindowSet
S
 ScaleInterface
 ScrollWindowGetOffset
 ScrollWindowSetOffset
 ScrollWindowUpdateScrollRect
 SetCheckForCircularDependencies
 SetItemDragging
 SetLoadLuaDebugLibrary
 Settings. LoadChatSettings
 SetUseLuaErrorHandling
 SliderBarGetCurrentPosition
 SliderBarGetDisabledFlag
 SliderBarSetCurrentPosition
 SliderBarSetDisabledFlag
 StatusBarGetCurrentValue
 StatusBarGetMaximumValue
 StatusBarSetBackgroundTint
 StatusBarSetCurrentValue
 StatusBarSetForegroundTint
 StatusBarSetMaximumValue
 StatusBarStopInterpolating
 StringToWString
T
 TextEditBoxSelectAll
 TextLogAddEntry
 TextLogAddFilterType
 TextLogAddSingleByteEntry
 TextLogClear
 TextLogCreate
 TextLogDestroy
 TextLogGetEnabled
 TextLogGetEntry
 TextLogGetIncrementalSaving
 TextLogGetNumEntries
 TextLogGetUpdateEventId
 TextLogLoadFromFile
 TextLogSaveLog
 TextLogSetEnabled
 TextLogSetIncrementalSaving
U
 UnloadStringTable
 UnregisterEventHandler
V
 VerticalScrollbarGetLineSize
 VerticalScrollbarGetMaxScrollPosition
 VerticalScrollbarGetPageSize
 VerticalScrollbarGetScrollPosition
 VerticalScrollbarSetLineSize
 VerticalScrollbarSetMaxScrollPosition
 VerticalScrollbarSetPageSize
 VerticalScrollbarSetScrollPosition
Initialize a single module.
Loads a single module path.
This loads a restricted module that is not added to the the Mod Data.
Enables / Disables a single module.
Returns a table containing the data for all loaded Ui Modules.
Loads all of the the lua/xml data and runs the initialization sequence for each enabled mod.
Loads all of the the lua/xml data and runs the initialization sequence for each Restricted mod.
Scans the specified directory and loads all of the .mod definition files.
Loads a list of .mod files from a list.
Adds a new Page-Break window.
Adds a new Splittable window.
Clears out all registered Page-Break windows.
Clears out all registered Splitable windows.
Returns the index of the current left-most page.
Returns the number of pages currently parsed from the childcontentswindow.
Returns the number of pages that this page window will display at once.
Removes the Page-Break for a specific window.
Removes the splittable flag for a specific window.
Sets the left most page on the display.
Processes all of the child windows to update the page layout.
Registers a generic lua callback event handler that is not tied to a window.
Registers a new set of windows with the UI system.
Sets the master UI scale.
Returns the current scroll position offset.
Sets the current scroll position offset.
Updates the childscrollwindow and scrollbar to reflect it’s current contents.
Sets if the UI should check for circular dependencies.
Inform the UI system that we are currently dragging something
Sets if the lua debug library should be loaded when reloading the UI.
Loads the saved chat settings into the corresponding lua variables.
Enables lua_errors for UI debugging.
Returns the current position for the slider bar,
Returns if the slider is currently set to disabled.
Sets the current position for the slider bar,
Sets if slider is disabled.
Returns the the current value for the StatusBar.
Returns the the maximum value for the StatusBar.
Sets the color tint value for the window used as the ‘unfilled’ portion of the StatusBar.
Sets the current value for the StatusBar.
Sets the color tint value for the window used as the ‘filled’ portion of the StatusBar.
Sets the maximum value for the StatusBar.
Stops interpolating to a new value and applies it immediately instead.
Converts a string to a wstring
Selects all of the text.
Adds a new entry to the specified text log.
Adds a new filter type to the specified text log.
Adds a new entry to the specified text log.
Clears the current contents of the TextLog.
Creates a new TextLog.
Destroys the specified TextLog.
Returns if the log is currently enabled.
Returns the data for a particular entry id.
Returns if incremental saving is currently enabled for the specified TextLog.
Returns the number of entires currently in the TextLog.
Returns the event id broadcast when this text log is updated.
Loads in a saved version of the TextLog from disk.
Saves the current contents of the TextLog out to the specified file.
Sets if the log is currently enabled.
Sets if the the TextLog should be incrementally saved a file as new entires are added.
Unloads the specified string table.
Unregisters a generic event handler that is not tied to a window.
Returns the line size.
Returns the maximum scroll position.
Returns the page size.
Returns the current scroll position
Sets the line size.
Sets the maximum scroll position
Sets the page size.
Sets the current scroll position