WildStar:UI API

Revision as of 03:09, 9 August 2023 by Bear (talk | contribs) (Bear moved page WildStar/UI API to //UI API)

Template:UI API/uiapi For WildStar UI development base APIs are divided into Lua UI Libraries, like Template:UI API/api and Template:UI API/api, and are the base APIs for WildStar AddOn development. This page lists UI functions for Apollo and others provided in the core client API. For functions and modules provided by Carbine default AddOns, see [[../AddOn API/]].

Note: The most recent API "documentation" can be found within [[../Houston/]] it self. It is located within the help menu.

Reference

Global API functions for WildStar in Lua. See also:

  • [[../API types/]] - variable value types, used here as parameters and return values.
  • [[../API events/]] - global event types, for events not shown as member of another type here.
  • How to edit API pages - please read if you're contributing documentation

Function names can be prefixed with the following tags, see API notation and conventions:

  • DEPRECATED - is no longer to be used, and likely will be removed in future
  • REMOVED - was removed from the API. should be moved to Removed Functions.

Calling functions via macro or command line:

/eval Apollo.SetConsoleVariable("lod.renderTargetScale", .75)
/eval local x=GameLib.GetRealmName(); Print(x)

[[../API Global|Global]]

These are in the global namespace.

Template:UI API/id(idItem)
Template:UI API/id(idItem, 1)
Template:UI API/id()
Template:UI API/id()
Template:UI API/id(idCreature, sText)
Template:UI API/id(self.param)
Template:UI API/id(self.param)
Template:UI API/id(idCreature)
Template:UI API/id() - fires the CancelAuctionhouse event
Template:UI API/id() - fires the CancelBanking event
Template:UI API/id() - fires the CancelCityDirections event
Template:UI API/id() - fires the CancelCommodities event
Template:UI API/id() - fires the CancelConverting event
Template:UI API/id() - fires the CancelCrafting event
Template:UI API/id() - fires the CancelDyeWindow event
Template:UI API/id() - fires the CancelEngravingStation event
Template:UI API/id() - fires the CancelExperimentation event
Template:UI API/id() - fires the CancelGuildBank event
Template:UI API/id() - fires the CancelGuildRegistration event
Template:UI API/id() - fires the CancelHousingMannequin event
Template:UI API/id() - fires the CancelMail event
Template:UI API/id() - fires the CancelSettlerHub event
Template:UI API/id() - fires the CancelTaxiVendor event
Template:UI API/id() - fires the CancelTradeskillTraining event
Template:UI API/id() - fires the CancelTraining event
Template:UI API/id() - fires the CancelVending event
Template:UI API/id() - fires the CancelWarpartyBank event
Template:UI API/id() - fires the CloseBankWindow event
Template:UI API/id() - fires the CloseCraftingWindow event
Template:UI API/id() - fires the CloseTradeskillTrainerWindow event
Template:UI API/id() - fires the CloseVendorWindow event
Template:UI API/id(sEventName) - fires an event by event name
Template:UI API/id() - fires the HideQuestLog event
Template:UI API/id() - fires the ShowQuestLog event
Template:UI API/id() - fires the ShowTutorial event
Template:UI API/id() - fires the ToggleMailWindow event
Template:UI API/id() - fires the ToggleMailWindow event
Template:UI API/id() - fires the ToggleMailWindow event
Template:UI API/id() - fires the ToggleQuestLog event
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()

[[../API AbilityBook|AbilityBook]]

[[../API AccountItemLib|AccountItemLib]]

[[../API AchievementsLib|AchievementsLib]]

[[../API ActionSetLib|ActionSetLib]]

[[../API Apollo|Apollo]]

Template:UI API/id(tAddon, sMessage) - adds error message to AddOn's Apollo error log
Template:UI API/id()
Template:UI API/id(sFilename) returns (string)
Template:UI API/id(sFilename) returns (string)
Template:UI API/id(wndSource,sType,sSprite,nData)
Template:UI API/id(wndSource,sType,sSprite,nData)
Template:UI API/id() returns (boolean) - true on success
Template:UI API/id(sTimerName,nInterval,bContinuous)
Template:UI API/id(sName)
Template:UI API/id()
Template:UI API/id(sMarker) - runs the caller's DebugPrintF on the buffer of the caller
Template:UI API/id(sName) returns (Window) - gets window by name
Template:UI API/id()
Template:UI API/id(sName) returns (table) - gets AddOn instance, or nil if none
Template:UI API/id()
Template:UI API/id()
Template:UI API/id() returns (string) - gets the asset root folder
Template:UI API/id(sVar) returns (any) - get [[../CVar]] sVar. can be nil
Template:UI API/id()
Template:UI API/id() returns (table) - gets list of fonts as: index, name, face, size
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id(pObject) - get size of Object pObject
Template:UI API/id(sName) returns (table) - as: bAddon, nVersion, strLoadError, strName, tPackage
Template:UI API/id() returns (width,height) - gets screen width and height
Template:UI API/id()
Template:UI API/id(sCheck) returns (string) - get localized string string or stringID
Template:UI API/id()
Template:UI API/id() returns (number) - gets the tick count
Template:UI API/id()
Template:UI API/id() returns (boolean) - is alt is down
Template:UI API/id()
Template:UI API/id() returns (boolean) - is ctrl is down
Template:UI API/id() returns (boolean) - is shift is down
Template:UI API/id()
Template:UI API/id()
Template:UI API/id(pModuleToLink,nHandlerRef) - runs pModuleToLink's AddPodInfo
Template:UI API/id(sFile) returns (boolean) - loads XML sFile animation. returns success
Template:UI API/id(sFile,sForm,wndParent,tHandler) returns (window) - load window from specified file
Template:UI API/id(sFile)
Template:UI API/id(sFile,sDoc) - loads XML sFile and sDoc animation
Template:UI API/id() returns (number) - returns 0 and does nothing
Template:UI API/id(sInput) returns (string) - process input, such as slash command, etc
Template:UI API/id(nEventHandler,sLoad,sSave,sRestore)
Template:UI API/id(sEventName,sFunction,tHandler) - map an event to a handler
Template:UI API/id(tPackage,sName,nVersion,tDependents)
Template:UI API/id(sCommand,sFunction,tHandler) - map a [[../Slash command|command]] to a handler
Template:UI API/id(sTimerName,sFunction,tHandler)
Template:UI API/id()
Template:UI API/id(sEventName,tHandler)
Template:UI API/id(sVar)
Template:UI API/id(sVar,pMD) - set a console variable
Template:UI API/id(pCursor)
Template:UI API/id(sName,fPoint,nOffset,bOverwrite)
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id(sTimerName) - starts the named timer sTimerName
Template:UI API/id(sTimerName) - stops the named timer sTimerName
Template:UI API/id(nId)
Template:UI API/id()

Enums

Template:UI API/id [Loading, Loaded, LoadingError]
Template:UI API/id [EscapeKey, DroppedOnNothing, ClickedOnNothing, ClickedOnWorld, WindowMove]
Template:UI API/id [PassOn, Ignore, Accept, Invalid]

Events

Template:UI API/id(wndSource,sType,iData)
Template:UI API/id(sType,iData)
Template:UI API/id(tAddon,sError,bCanIgnore)
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id(iKey)
Template:UI API/id(iType,sMessage)

[[../API AttributeMilestonesLib|AttributeMilestonesLib]]

[[../API ChallengesLib|ChallengesLib]]

[[../API CharacterScreenLib|CharacterScreenLib]]

[[../API ChatSystemLib|ChatSystemLib]]

Template:UI API/id()
Template:UI API/id() - Currently has no implementation
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id(sText) returns (table) - eType, nChannel, sChatType, sCommand, sAbbrev, sArgs, bCommandSet
Template:UI API/id() - Currently has no implementation
Template:UI API/id() - Currently has no implementation
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id(nChannelNumber,sText)
Template:UI API/id()

[[../API CombatFloater|CombatFloater]]

[[../API CombatFloaters|CombatFloaters]]

[[../API CommunicatorLib|CommunicatorLib]]

[[../API CraftingLib|CraftingLib]]

[[../API CREDDExchangeLib|CREDDExchangeLib]]

[[../API CSIsLib|CSIsLib]]

[[../API CustomerSurveyLib|CustomerSurveyLib]]

[[../API DatacubeLib|DatacubeLib]]

[[../API DemoSummary|DemoSummary]]

[[../API GameLib|GameLib]]

Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id(nKeySet) returns (boolean) - true if nKeySet is NOT any of the default 3 input key sets
Template:UI API/id()
Template:UI API/id() returns (boolean)
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id(nData) returns (table) - {eType, nBagIndex, nBagSlot}
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id() returns (table) - a counter as an integer and a character name list entry as a string
Template:UI API/id(nCharIndex) returns (table) - Gets the key bindings specified by nCharIndex. Returns nil if a wait is needed for the server to reply for the key binding list. (as of 6697 can crash client)
Template:UI API/id()
Template:UI API/id()
Template:UI API/id() returns (string) - Gets localized class name corresponding to nId from DbFileTable_Class_GetByID, or nil if none
Template:UI API/id() returns (unit) - or nil if none
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id(self.nCurrentCostume, idx)
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id() returns (number)
Template:UI API/id()
Template:UI API/id(unitPlayer)
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()*10)*0.1
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id() returns (number) - game client 'up time' in seconds, fractional milliseconds
Template:UI API/id()
Template:UI API/id()
Template:UI API/id(GameLib.GuildHolomark.Left)
Template:UI API/id() returns (table) - list of {id, strName} action categories
Template:UI API/id()
Template:UI API/id(tCurrInput) returns (string) - Gets input key's name for a tCurrInput ({eDevice = GameLib.CodeEnumInputDevice.None, nCode, nModifier}), or "<Unbound>" if none
Template:UI API/id(nInputSet) returns (table) - Gets key bindings specified by nInputSet. Returns nil if a wait is needed for the server to reply for the key binding list
Template:UI API/id()
Template:UI API/id() returns (number) - Gets closest interactive unit id
Template:UI API/id(CastObjectiveAbility)
Template:UI API/id(eInputAction)
Template:UI API/id() returns (table) - Gets a list of the current key bindings as: arInputs, idAction, idCategory, nDisplayIndex, strAction, strActionLocalized
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id() returns (table) - as: nYear, nMonth, nDay, nDayOfWeek, nHour, nMinute, nSecond, strFormattedTime
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id() returns (table)
Template:UI API/id()
Template:UI API/id()
Template:UI API/id(nType, eGroupType) returns ([[../API TYPE money|money]]) - gets currency data for current player
Template:UI API/id()
Template:UI API/id()
Template:UI API/id() - "Deprecated"
Template:UI API/id() returns (unit) - gets the players mount unit, else 1, and nil if none
Template:UI API/id()
Template:UI API/id() returns (unit) - gets the taxi that the player is currently on, else 1 and nil if null
Template:UI API/id() returns ([[../API TYPE unit|unit]]) - gets current player
Template:UI API/id()
Template:UI API/id() returns (unit) - gets the players vehicle unit, else 1 and nil if none
Template:UI API/id()
Template:UI API/id() returns (table) - (not implemented) returns as: infoId and available of Graveyard
Template:UI API/id() returns (string)
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id() returns (table) - as: nYear, nMonth, nDay, nDayOfWeek, nHour, nMinute, nSecond, strFormattedTime
Template:UI API/id()
Template:UI API/id()
Template:UI API/id(wndControl:GetAbilityTierId())
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id() returns (unit) - gets the target unit, else 0 if none
Template:UI API/id():GetBaseSpellId()
Template:UI API/id():GetBaseSpellId()
Template:UI API/id(GameLib.CodeEnumUserText.GuildName)
Template:UI API/id() returns (number) - Gets tick count truncated to integer
Template:UI API/id()
Template:UI API/id()
Template:UI API/id(nTutorialId)
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id(nSpecificLevel, nSystem, true)
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id() returns (number) - realm time from 0 to return/3600=24 wrapping. not real time
Template:UI API/id()
Template:UI API/id(nWho) returns (table) - Gets description of xp bonus as: ?
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id(nTutorialId, nPassedPage)
Template:UI API/id()
Template:UI API/id() returns (boolean)
Template:UI API/id(unit) returns (boolean) - check if unit is a controlled unit
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id(idSubZone)
Template:UI API/id(nCode, eModifier)
Template:UI API/id()
Template:UI API/id()
Template:UI API/id(tCurrentElement.nLootId)
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id(strInfo, GameLib.CodeEnumUserText.GuildInfoMessage, GameLib.CodeEnumUserTextFilterClass.Strict)
Template:UI API/id(nType)
Template:UI API/id(nTutorialId)
Template:UI API/id()
Template:UI API/id()
Template:UI API/id(nLocationType,nBagIndex,nBagSlot) returns (number)
Template:UI API/id()
Template:UI API/id(wndHandler:GetData()
Template:UI API/id()
Template:UI API/id(tEntry.id, true)
Template:UI API/id()
Template:UI API/id(self.wndMain:GetData()
Template:UI API/id(bPaused)
Template:UI API/id()
Template:UI API/id() - (not implemented) bind should receive an id of a shard location
Template:UI API/id() returns (bExists,bCanUse,strLocation,idLocation,fCooldown)
Template:UI API/id() - (not implemented)
Template:UI API/id(tSub.nId, self.unitSelected, self.idQuest, self.wndReportBug:FindChild("Description"):GetText())
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id(self.wndMain:GetData())
Template:UI API/id()
Template:UI API/id()
Template:UI API/id(self.nCurrentCostume, wndControl:GetData(), uItemToImprint:GetInventoryId())
Template:UI API/id()
Template:UI API/id(wndHandler:GetData())
Template:UI API/id(nInputSet) returns (boolean) - Updates InputSet specified by nInputSet. Returns false if a wait is needed for the server to reply for the key binding list.
Template:UI API/id(GameLib.CodeEnumRecallCommand.House)
Template:UI API/id()
Template:UI API/id(eDifficulty, self.wndMain:GetRadioSel("InstanceSettings_LocalRadioGroup_Rallying"))
Template:UI API/id(tInputTable) - Runs the SaveInputKeySet after updating the key bindings table
Template:UI API/id()
Template:UI API/id()
Template:UI API/id(tSelectedSpellObj:GetId())
Template:UI API/id(tSelectedPotion:GetItemId())
Template:UI API/id(unit)
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id(entry.wnd:FindChild("MiddleLevelViewBtn"):GetData())
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()

Enums

Template:UI API/id [Mailbox,Bank,AuctionHouse,CommodityMarket, AbilityVendor, Tradeskill, General, HousingNpc, Transport]
Template:UI API/id [General,Account,Realm,Character]
Template:UI API/id [Warrior,Engineer,Esper,Medic, Stalker, Spellslinger]
Template:UI API/id [Avoid,Critical,Hit,NeedsTelegraphEvaluation, OutsideTelegraph, OutsideTelegraphInvalid, InsideTelegraph, NeedsHitResultCalc]
Template:UI API/id [SendMail,CommitTrade,DeleteItem,SalvageItem]
Template:UI API/id [Physical,Tech,Magic,Heal, HealShields, Fall, Suffocate]
Template:UI API/id [None,Pending,WaitingToAccept,Dueling]
Template:UI API/id [Chest,Legs,Head,Shoulder, Feet, Hands, WeaponTool, WeaponAttachment, System, Augment, Implant, Gadget, Shields, WeaponPrimary, Bag0, Bag1, Bag2, Bag3, BankBag0, BankBag1, BankBag2, BankBag3, BankBag4]
Template:UI API/id [None,Camp,Quit]
Template:UI API/id [GadgetAbility,DefaultAttack,ClassInnateAbility, ActivateTarget, FollowTarget, Sprint, ToggleWalk, Dismount, Vacuum, PathAction, ToggleScannerBot, DashForward, DashBackward, DashLeft, DashRight, PathAction2, Interact, GoToBind, GoToHouse, EscapeHouse, GoToWarplot, WarplotBossTokenUI, SummonMount, UsePotion, GoToIllium, GoToThayd]
Template:UI API/id [Ok,Params,PlayerBusy,UnknownTargetUnit, TargetFaction, DbFailure, Item_BadId, Reserved02, Reserved03, Reserved04, Vendor_StackSize, Vendor_SoldOut, Vendor_UnknownItem, Vendor_FailedPreReq, Vendor_NotAVendor, Vendor_TooFar, Vendor_BadItemRec, Vendor_NotEnoughToFillQuantity, Vendor_NotEnoughCash, Vendor_UniqueConstraint, Vendor_ItemLocked, Vendor_IWontBuyThat, Vendor_NoQuantity, Vendor_BagIsNotEmpty, Item_OverFlowChestCreated, Item_InventoryFull, Item_UnknownItem, Item_QuestViolation, Item_Unique, Item_NotValidforSlot, Item_Locked, Item_AlreadyEquipped, Item_NotEquipped, Item_BagMustBeEmpty, Item_CannotFindBag, Item_BagToSmall, Item_CantPutBagInItself, Item_WrongRace, Item_WrongClass, Item_FailedProficiency, Item_LevelToLow, Embark_PlayerAlreadyinSeat, Embark_PlayerUnableToEmbark, Embark_InvalidVehicleUnit, Embark_NoSplineForTaxi, Embark_VehicleIsBroken, Embark_InvalidSeat, Embark_SeatTaken, Embark_SeatEmpty, Embark_NotInRange, Embark_CannotDoWhileOnTaxi, Mail_CannotFindPlayer, Mail_FailedToCreate, Vendor_CuratorOnlyBuysRelics, Vendor_CannotBuyRelics, Player_CantDoWhileDead, Vendor_NoBuyer, Vendor_NoVendor, Vendor_Buyer_NoActionCC, Vendor_Vendor_NoActionCC, Vendor_Vendor_Disposition, Player_CannotWhileInCombat, Mail_Busy, Mail_MailBoxOutOfRange, Mail_NoAttachment, Mail_InsufficientFunds, Mail_InvalidInventorySlot, Mail_UniqueExists, Mail_CannotDelete, Mail_DoesNotExist, Item_CannotBeSalvaged, Conversion_BadConversionRec, Conversion_CannotRemoveSource, Conversion_CannotAddTarget, Faction_NotEnoughRep, Item_NoItems, Craft_TierTooLow, Craft_MissingMaterials, Craft_IncompleteCircuit, Craft_SocketNotModdable, Craft_DuplicateChip, DisEmbark_PlayerNotInWorld, Item_NeedsRepair, Craft_TooManyAdditives, Item_SlotDisabled, Matching_NoRoleSelected, Instance_NotFound, Auction_NotReady, Auction_CannotFillOrder, Mail_CannotTransferItem, Mail_InvalidText, Mail_CanNotHaveCoDAndGift, Auction_TooManyOrders, Auction_OrderTooBig, Auction_NotFound, Auction_BidTooLow, Auction_OwnItem, Auction_BidTooHigh, Auction_AlreadyHasBid, Mail_InvalidDeliverySpeed, Housing_InvalidDecorPlacement, Instance_LimitExceeded, Craft_UnknownSchematic, Craft_MicrochipInvalidSocket, Craft_MicrochipInvalidSlot, Craft_FailChanceTooHigh, Instance_EncounterInProgress, Instance_Full, Housing_CrateFull, TargetBusy, Mail_CannotReturn, Mail_CannotMailSelf, Faction_AtMax, Housing_MaxDecor, Auction_ItemAuctionDisabled, Auction_CommodityDisabled, Mail_CannotMailTrialAccount, MissingEntitlement, Instance_TransferPending, Instance_InvalidDestination, Instance_NotInGroup, Instance_DifferentSavedInstance, Instance_InstanceInUse, Item_WrongFaction, Instance_WrongLevel]
Template:UI API/id [Nothing,Options,CharacterPanel,Inventory, QuestLog, Communicator, Escape, Shift, Control, Select, MouseInteract, Interact, HostileInteract, TargetSelf, TargetParty1, TargetParty2, TargetParty3, TargetParty4, TargetNextEnemy, TargetPreviousEnemy, TargetNextFriend, TargetPreviousFriend, AssistTarget, MoveForward, MoveBackward, StrafeLeft, StrafeRight, TurnLeft, TurnRight, PitchUp, PitchDown, MouseTurn, SprintModifier, VacuumLoot, PathAction, Jump, Dismount, ToggleSit, ToggleWalk, ToggleAutoRun, CameraUp, CameraDown, CameraLeft, CameraRight, CameraIn, CameraOut, MouseLook, CastObjectiveAbility, LimitedActionSet1, LimitedActionSet2, LimitedActionSet3, LimitedActionSet4, LimitedActionSet5, LimitedActionSet6, LimitedActionSet7, LimitedActionSet8, CastGadgetAbility, CastPathAbility, ActionBar0_Unused1, ActionBar0_Unused2, ActionBar1_Slot1, ActionBar1_Slot2, ActionBar1_Slot3, ActionBar1_Slot4, ActionBar1_Slot5, ActionBar1_Slot6, ActionBar1_Slot7, ActionBar1_Slot8, ActionBar1_Slot9, ActionBar1_Slot10, ActionBar1_Slot11, ActionBar1_Slot12, ActionBar2_Slot1, ActionBar2_Slot2, ActionBar2_Slot3, ActionBar2_Slot4, ActionBar2_Slot5, ActionBar2_Slot6, ActionBar2_Slot7, ActionBar2_Slot8, ActionBar2_Slot9, ActionBar2_Slot10, ActionBar2_Slot11, ActionBar2_Slot12, ActionBar3_Slot1, ActionBar3_Slot2, ActionBar3_Slot3, ActionBar3_Slot4, ActionBar3_Slot5, ActionBar3_Slot6, ActionBar3_Slot7, ActionBar3_Slot8, ActionBar3_Slot9, ActionBar3_Slot10, ActionBar3_Slot11, ActionBar3_Slot12, Unused1, Unused2, Unused3, Unused4, Unused5, Unused6, SetStance1, SetStance2, SetStance3, Unused7, Unused20, Unused11, ToggleInterface, ToggleFramerate, Unused21, Unused23, Unused22, WorldMap, LimitedActionSetBuilder, Unused8, Unused9, ExplicitMouseLook, ToggleWeapons, LeftMouseHold, RightMouseHold, CenterMouseHold, CastInnateAbility, MarkingMenuLeftClick, MarkingMenuLeftHold, MarkingMenuRightClick, MarkingMenuRightHold, HUDShowQuests, ToggleCameraAngle, ToggleScannerBot, Codex, PathAction2, FloatingActionBar_Slot1, FloatingActionBar_Slot2, FloatingActionBar_Slot3, FloatingActionBar_Slot4, FloatingActionBar_Slot5, FloatingActionBar_Slot6, ScaleRampedMotion, ScaleRampedRotation, BrakeRampedMotion, BrakeRampedRotation, MoveDown, GroupFinder, CastMiscSpell, SetTargetMark1, SetTargetMark2, SetTargetMark3, SetTargetMark4, SetTargetMark5, SetTargetMark6, SetTargetMark7, SetTargetMark8, DashForward, DashBackward, DashLeft, DashRight, Unused12, Unused13, ChatReply, ChatReWhisper, Unused14, Unused15, Unused16, Unused17, Unused18, Unused19, TargetNearestEnemy, TargetNearestFriend, Achievements, AuctionListings, Challenges, Unused10, FriendsList, Lore, Mail, Path, Reputation, Social, Tradeskills, DirectionalDash, PrimaryPetActionBar_Slot1, PrimaryPetActionBar_Slot2, PrimaryPetActionBar_Slot3, PrimaryPetActionBar_Slot4, PrimaryPetActionBar_Slot5, PrimaryPetActionBar_Slot6, GhostModeMap, Mount, UsePotion, Guild]
Template:UI API/id [None,Keyboard,Mouse]
Template:UI API/id [Raw,Click,Hold,DoubleClick, DoubleHold, Rapid]
Template:UI API/id [Shift,Control,Alt]
Template:UI API/id [LeftShift,LeftCtrl,LeftAlt,RightShift, RightCtrl, RightAlt]
Template:UI API/id [Left,Right,Middle,X1, X2, WheelUp, WheelDown]
Template:UI API/id [Default1,Default2,Default3,Account, Character, Count]
Template:UI API/id [Chest,Legs,Head,Shoulder, Feet, Hands, Tool, Weapon, Shields, Gadget, Attachment, System, Augment, Implant]
Template:UI API/id [Unit,Object,PathObjective,QuestObjective]
Template:UI API/id [Unit,Object,PathObjective,QuestObjective]
Template:UI API/id [Dodge]
Template:UI API/id [Assist,Stay,Passive,Defensive, Aggressive]
Template:UI API/id [Human,Granok,Aurin,Draken, Mechari, Mordesh, Chua]
Template:UI API/id [BindPoint,House,Warplot,Illium, Thayd]
Template:UI API/id [Default,Low,Center,FullScreen, Whiteout, Urgent, FullScreenBlackNoFlash, Informational]
Template:UI API/id [Default,Paper,Electronic,Eldan, Arcane, Natural, Exile, Dominion]
Template:UI API/id [Crafting_UI_Tutorial,Special_Ability_Chips,Tradeskill_Codex_Tutorial, Crafting_Components_Tutorial, Crafting_Station_Tutorial, Basic_Salvaging_Tutorial, QuestCommunicatorGiven, QuestAccepted, QuestAchieved, QuestBotched, QuestCommunicatorReceived, ChallengeUnlocked, ChallengeCompleted, ChallengeRewardPanel, AchievementCompleted, Telegraphs, NewBindpoint, Path_MissionComplete, Path_EpisodeComplete, Soldier_MissionUnlock, Soldier_TowerDefense, Soldier_Assassinate, Soldier_SWAT, Soldier_Demolition, Soldier_Rescue, Explorer_MissionUnlock, Explorer_Vista, Explorer_ClaimTerritory, Explorer_Door, Explorer_ScavengerHunt, Explorer_PowerMap, Scientist_FieldStudy, Settler_MissionUnlock, Settler_Infrastructure, Settler_DepotActivate, Codex, CharacterPanel, AbilityWindow, Death, Hazards, PublicEventStart, GalacticArchive_NewEntry, Soldier_StopTheThieves, Soldier_WhackAMole, Farmer_Powershrooms, General_Quest_SpellShortcut, CoordinateCrafting, CombatBuff, General_Social, QuestCommunicatorMissed, MailMenu, CSI_PressAndHold, CSI_RapidTapping, CSI_PrecisionTapping, CSI_Memory, CSI_KeyPad, CSI_Metronome, QuestCommunicatorDeclined, General_Lore, GroupFinderMenu, Renown, AMPs, Reputation, Housing_Landscape, Housing_House, Housing_Crate, Housing_Vendor, Housing_Room, General_CREDD, General_AccountServices]
Template:UI API/id [None,Codex,Abilities,Character, Mail, GalacticArchive, Social, GroupFinder, Challenge, Datachron, Inventory, AbilityBar, MiniMap, QuestTracker, HUDAlert, PressAndHold, RapidTapping, PrecisionTapping, Memory, Keypad, Metronome, ShieldBar, InnateAbility, DashMeter, SprintMeter, HealthBar, BuffFrame, ClassResource, QuestCommunicatorReceived, DatachronBody, Recall 31:31
Template:UI API/id [General,Beginner,Combat,PVP, Housing, Challenges, PublicEvents, Adventures, Path_Soldier, Path_Settler, Path_Scientist, Path_Explorer, Class_Warrior, Class_Esper, Class_Spellslinger, Class_Stalker, Class_Medic, Class_Engineer, Class_Charmer, Tradeskill_Outfitter, Tradeskill_Tailor, Tradeskill_Architect, Tradeskill_Miner, Tradeskill_Augmentor, Tradeskill_Survivalist, Tradeskill_Farmer, Tradeskill_Weaponsmith, Tradeskill_Armorer]
Template:UI API/id [CharacterName,ScientistScanbotName,GuildName, GuildRankName, GuildBankTabName, HousingResidenceName, Chat, MailSubject, MailBody, ChatCustomChannelName, ReadyCheck, FriendshipNote, ChatCustomChannelPassword, GuildMessageOfTheDay, GuildMemberNote, GuildRercuitDescription, GuildInfoMessage, FriendshipAccountName, FriendshipAccountPrivateNote, FriendshipAccountPublicNote, FriendshipAccountEmail, FriendshipInviteNote]
Template:UI API/id [Strict,Standard,Low]
Template:UI API/id [Invalid,Health,Breath,ShieldCapacity, KineticCell, Resource0, Resource1, Resource2, Resource3, Resource4, Resource5, Resource6, StalkerA, StalkerB, StalkerC, Mana, Resource7, MedicCore, SpellSurge, InterruptArmor, Absorption, PublicResource0, PublicResource1, PublicResource2, Volatility]
Template:UI API/id [OK,Partial,UnderCooldown]
Template:UI API/id [EpisodeQuest,TaskQuest,Challenge,TaxiNode, Datacube, Tale, Journal]
Template:UI API/id [None,ExileStronghold,DominionStronghold,Sanctuary, Pvp, ExilePVPStronghold, DominionPVPStronghold]
Template:UI API/id [None,WaitingToAccept,Pending,Dueling]
Template:UI API/id [Left,Right,Back]
Template:UI API/id [Builder_NewTierPoint,Builder_LASSlot2,Character_GearSlot_Shield, WorldMapNewZone_Deradune, WorldMapAdventure_Astrovoid, Character_GearSlot_Implants, GroupFinder_Dungeons, Character_CostumeSlot6, Builder_AMPPoint, Customization_Mount, WorldMapNewZone_Ellevar, Inventory_Salvage, Character_GearSlot_Gloves, GroupFinder_Warplots, WorldMapNewZone_Malgrave, Builder_LASSlot8, Builder_LASSlot7, Builder_LASSlot4, Builder_AbilityTier2, WorldMapDungeon_Stormtalon, WorldMapAdventure_Galeras, Character_GearSlot_Shoulders, WorldMapDungeon_KelVoreth, GroupFinder_Arenas, Character_GearSlot_Gadgets, Customization_Scanbot, WorldMapNewZone_Grimvault, Character_CostumeSlot2, WorldMapNewZone_Wilderrun, Character_CostumeSlot4, WorldMapAdventure_Whitevale, Character_GearSlot_Helm, WorldMapNewZone_Farside, WorldMapNewZone_Algoroc, Builder_LASSlot6, WorldMapNewZone_NorthernWilds, Builder_AbilityTier8, WorldMapNewZone_EverstarGrove, WorldMapNewZone_Whitevale, Character_GearSlot_WeaponAttachment, GroupFinder_General, WorldMapDungeon_Skullcano, WorldMapNewZone_CrimsonIsle, WorldMapCapital_Illium, Builder_LASSlot5, Builder_AbilityTier5, Character_GearSlot_SupportSystem, WorldMapAdventure_Hycrest, Character_CostumeSlot3, WorldMapNewZone_LevianBay, Builder_AbilityTier6, WorldMapNewZone_Celestion, WorldMapNewZone_Auroria, WorldMapAdventure_NorthernWilds, Builder_AbilityTier4, WorldMapNewZone_Galeras, Builder_AbilityTier3, Character_CostumeSystem, WorldMapCapital_Thayd, Builder_LASSlot3, WorldMapAdventure_Malgrave, Builder_AMPSystem, Character_CostumeSlot5, Builder_TierPointSystem, Builder_AbilityTier7, WorldMapDungeon_SwordMaiden, GroupFinder_Adventures, Character_GearSlot_RaidKey]
Template:UI API/id [Path,Level]
Template:UI API/id [Dungeon_New,Raid_40,Adventure_New, Content_Capital, Content_Feature, Class_LAS_Slot, General_Expanded_Feature, Class_Feature, Class_Attribute, Path_ScanBot, Path_Spell, Path_Title, Gear_Slot, Path_Quest, Social_Feature, Class_Improvement, Raid_20, Path_Item, Class_Tier, Class_Ability, PvP_Battleground, General_Feature, Content_Zone, PvP_Feature]
Template:UI API/id [PublicEventIslandStage2,LevianBay,Thayd,Ellevar, halonring, Grimvault, Galeras, LevianBayStarComm1, EasternGrimvault, HalonRingIsland2, Malgrave, LevianBayStarComm3, WesternGrimvault, NorthernGrimvault, EverstarGrove, EternityIslands, Celestion, CrimsonIsle, Auroria, Illium, NorthernWilds, Wilderrun, LevianBayStarComm2, HalonRingIsland3, Whitevale, Algoroc, Deradune]
Template:UI API/id [AutoAccept,Prompt,AutoReject]
Template:UI API/id [RecallBind,RecallDeath,RecallHouse]

[[../API GenericDialog|GenericDialog]]

Template:UI API/id()
Template:UI API/id(node.fontColor, CombatFloaterConfig_Options_FontColor_ColorPickerCallback, data)
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()

[[../API GroupLib|GroupLib]]

Template:UI API/id(sMessage) - Accept invite with optional message
Template:UI API/id()
Template:UI API/id()
Template:UI API/id() returns (boolean) - Is this unit the leader
Template:UI API/id(nGuid) returns (table) - (missing function) Item from group bag specified by nGuid
Template:UI API/id() returns (table) - (missing function) Group loot list of: index, LootItem
Template:UI API/id() returns (table) - (missing function) itemId, icon, name, nStack, ownerName, guid
Template:UI API/id(nInventoryId) - (missing function) Share item by nInventoryId
Template:UI API/id(nIdItem,eVote) - (missing function) Vote on bag item nIdItem with eVote
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id() - (missing function)
Template:UI API/id()
Template:UI API/id(sMessage) - Deny invite with optional message
Template:UI API/id()
Template:UI API/id(sMessage) - Request group disband with optional message
Template:UI API/id() returns (number)
Template:UI API/id(nGroupIndex) returns table - Gets member record for ones based nGroupIndex, else nil
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id() returns (string)
Template:UI API/id()
Template:UI API/id() returns (number)
Template:UI API/id()
Template:UI API/id() returns (number)
Template:UI API/id() returns (number)
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id(nGroupIndex) returns ([[../API TYPE unit|unit]]) - Unit data for ones based nGroupIndex
Template:UI API/id()
Template:UI API/id(nIndex) - (missing function)
Template:UI API/id(unitId,questId) - (missing function)
Template:UI API/id() - Does a lua_pushboolean of InGroup
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id(sPlayerName,sRealmName,sMessage) - Invite player with optional message
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id(nGroupIndex,sMessage) - Kick player with optional message
Template:UI API/id(sMessage) - Leave or deny incoming invite with optional message
Template:UI API/id()
Template:UI API/id(nGroupIndex) - Promote player
Template:UI API/id()
Template:UI API/id()
Template:UI API/id(nGroupId) - Request to join specified by nGroupId
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id(eLootDist)
Template:UI API/id()
Template:UI API/id(eThresh)
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()

Enums

Template:UI API/id [LeaveSuccess,LeaveFailed,DisbandSuccess,DisbandFailed,KickSuccess, KickFailed, PromoteSuccess, PromoteFailed, FlagsSuccess, FlagsFailed, MemberFlagsSuccess, MemberFlagsFailed, NotInGroup, ChangeSettingsFailed, ChangeSettingsSuccess, MentoringInvalidMentor, MentoringInvalidMentee, InvalidGroup, MentoringSelf, ReadyCheckFailed, MentoringNotAllowed, MarkingNotPermitted, InvalidMarkIndex, InvalidMarkTarget, MentoringInCombat, MentoringLowestLevel, MentoringNoAction]
Template:UI API/id [OrderInvalidMember,OrderFailedLeader,AlreadyInGroupInstance]
Template:UI API/id [Average,Good,Excellent,Superb,Exquisite, Phenomenal, Extraordinary, Legendary, Inferior]
Template:UI API/id [Normal,Veteran]
Template:UI API/id [Normal,SpeedRun,CompletionRun,Nightmare]
Template:UI API/id [RoundRobin,FirstTagger]
Template:UI API/id [Open,Neutral,Closed]
Template:UI API/id [Leave,Kick,Disbanded]
Template:UI API/id [FreeForAll,RoundRobin,NeedBeforeGreed,Master]
Template:UI API/id [Average,Good,Excellent,Superb,Exquisite, Phenomenal, Extraordinary, Legendary, Inferior]
Template:UI API/id [Left,Kicked,Disconnected,Disband,RemovedByServer, VoteKicked]
Template:UI API/id [ExpiredInvitee,ServerControlled,GroupNotFound,NotAcceptingRequests,Busy, SentToLeader, LeaderOffline, WrongFaction, Ok, PlayerAlreadyGrouped, InviteExpired, AlreadyHasPendingInvite, InviteSuccessful, NoPermission, InviteOtherExpired, AlreadyInvitedYou, InvitorNoPermission, ExpriedInvitee]
Template:UI API/id [Ok,PlayerNotFound,PlayerAlreadyGrouped,InviteExpired,RealmNotFound, AlreadyHasPendingInvite, InviteSuccessful, NoPermission, InviteOtherExpired, AlreadyInvitedYou, InvitorNoPermission]
Template:UI API/id [RoleFull,NoInvitingSelf]
Template:UI API/id [Sent,Accepted,Declined,NoPermissions,Grouped, Pending, ExpiredInviter, ExpriedInvitee, IsInvited, InvitedYou, Full]

Events

Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id(nReason,nGroupMemberId,nGroupActorIndex) - Output of a group leave or if group empties and disbands
Template:UI API/id(tTableRef) - Outputs the refused invitation to a group invite
Template:UI API/id(nTableRef)
Template:UI API/id(nTableRef)
Template:UI API/id(nTableRef)
Template:UI API/id(nTableRef)
Template:UI API/id(tTableRef) - Outputs the promotion of a group member
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id(unitId,nTableRef)

[[../API GuildLib|GuildLib]]

This library contains functions and enumerations having to do with guilds and arena teams.

Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()

Enums

Template:UI API/id [Achievement,PerkUnlock,PerkActivate,MemberAdded,MemberRemoved, MemberRankChanged, MessageOfTheDay, BankMoney, ItemRepair, BankTab]
Template:UI API/id [BankTab5,BankTab2,BankTab3,BankTab4,BankTab1, Tier6Unlock, Tier2Unlock, Tier5Unlock, Tier3Unlock, Tier4Unlock]

[[../API HazardsLib|HazardsLib]]

[[../API HousingLib|HousingLib]]

[[../API ICCommLib|ICCommLib]]

[[../API MacrosLib|MacrosLib]]

[[../API MailSystemLib|MailSystemLib]]

[[../API MarketplaceLib|MarketplaceLib]]

Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id(nFamilyID, nPage, tMarketplaceLib.AuctionSort [, bReverseSort, tFilters, unknown, unknown, tPropertySort] )
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()

[[../API MessageManagerLib|MessageManagerLib]]

[[../API OptionsScreen|OptionsScreen]]

[[../API P2PTrading|P2PTrading]]

[[../API PetCustomizationLib|PetCustomizationLib]]

[[../API PlayerPathLib|PlayerPathLib]]

[[../API PreGameLib|PreGameLib]]

[[../API PublicEventsLib|PublicEventsLib]]

[[../API QuestLib|QuestLib]]

[[../API RealmSelectScreenLib|RealmSelectScreenLib]]

[[../API Sound|Sound]]

[[../API StorefrontLib|StorefrontLib]]

[[../API Tooltip|Tooltip]]

Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()
Template:UI API/id()