---@diagnostic disable: missing-return, lowercase-global ---@meta ---@param index number ---@return number uiType ---@return number state ---@return boolean hidden ---@return string text ---@return string icon ---@return string dynamicIcon ---@return string tooltip ---@return string dynamicTooltip ---@return "CAPTUREPOINT" extendedUI ---@return "" ---@return "CAPTUREPOINT" ---@return number extendedUIState1 ---@return number extendedUIState2 ---@return number extendedUIState3 ---Returns information about a world state UI element. World State UI elements include PvP, instance, and quest objective information (displayed at the top center of the screen in the default UI) as well as more specific information for "control point" style PvP objectives. Examples: the Horde/Alliance score in Arathi Basin, the tower status and capture progress bars in Hellfire Peninsula, the progress text in the Black Morass and Violet Hold instances, and the event status text for quests The Light of Dawn and The Battle For The Undercity. function GetWorldStateUIInfo(index) end