Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
WildStar
Talk
English
Views
Read
Edit
History
More
Search
Navigation
Home
Random page
Help using wiki
Editions
for WoW
for WildStar
for Solar2D
Documentation
for WoW
for WildStar
Reference
WoW
⦁ FrameXML
⦁ AddOns
⦁ API
⦁ WoW Lua
WildStar
⦁ AddOns
⦁ API
⦁ WildStar Lua
Engine
Tools
What links here
Related changes
Special pages
Page information
Site
Recent Changes
Editing
WildStar:UI API
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== [[\API GameLib|GameLib]] === :{{\|id|API|GameLib|AcceptDuel}}() :{{\|id|API|GameLib|AreAnyItemsNew}}() :{{\|id|API|GameLib|AreQuestUnitCalloutsVisible}}() :{{\|id|API|GameLib|AssignMasterLoot}}() :{{\|id|API|GameLib|BuyBankBagSlot}}() :{{\|id|API|GameLib|CanDisembarkVehicle}}() :{{\|id|API|GameLib|CanDye}}() :{{\|id|API|GameLib|CanEditKeySet}}(nKeySet) returns (boolean) - true if nKeySet is NOT any of the default 3 input key sets :{{\|id|API|GameLib|CanRepairAll}}() :{{\|id|API|GameLib|CanVacuum}}() returns (boolean) :{{\|id|API|GameLib|Cheat_MakeMeLevel50}}() :{{\|id|API|GameLib|ClearAllTargetMarkers}}() :{{\|id|API|GameLib|ClearCityDirection}}() :{{\|id|API|GameLib|CodeEnumGenericError}}() :{{\|id|API|GameLib|DeclineDuel}}() :{{\|id|API|GameLib|DisableTutorialType}}() :{{\|id|API|GameLib|Disembark}}() :{{\|id|API|GameLib|DoAnyItemsBeginQuest}}() :{{\|id|API|GameLib|DragDropDataToItemLocation}}(nData) returns (table) - {eType, nBagIndex, nBagSlot} :{{\|id|API|GameLib|DyeItems}}() :{{\|id|API|GameLib|ForfeitDuel}}() :{{\|id|API|GameLib|GetAbilityPoints}}() :{{\|id|API|GameLib|GetAccountRealmCharacter}}() :{{\|id|API|GameLib|GetAllTutorials}}() :{{\|id|API|GameLib|GetAllZoneCompletionMapZones}}() :{{\|id|API|GameLib|GetAttributePoints}}() :{{\|id|API|GameLib|GetAvailableTargetMarkers}}() :{{\|id|API|GameLib|GetBindPoint}}() :{{\|id|API|GameLib|GetCCStateStunTimeRemaining}}() :{{\|id|API|GameLib|GetCharacterList}}() returns (table) - a counter as an integer and a character name list entry as a string :{{\|id|API|GameLib|GetCharInputKeySet}}(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) :{{\|id|API|GameLib|GetClassInnateAbility}}() :{{\|id|API|GameLib|GetClassInnateAbilitySpells}}() :{{\|id|API|GameLib|GetClassName}}() returns (string) - Gets localized class name corresponding to nId from DbFileTable_Class_GetByID, or nil if none :{{\|id|API|GameLib|GetControlledUnit}}() returns (unit) - or nil if none :{{\|id|API|GameLib|GetCostumeCount}}() :{{\|id|API|GameLib|GetCostumeIndex}}() :{{\|id|API|GameLib|GetCostumeItem}}() :{{\|id|API|GameLib|GetCostumeItemIcon}}(self.nCurrentCostume, idx) :{{\|id|API|GameLib|GetCostumeUnlockLevel}}() :{{\|id|API|GameLib|GetCredits}}() :{{\|id|API|GameLib|GetCurrentClassInnateAbilityIndex}}() :{{\|id|API|GameLib|GetCurrentClassInnateAbilitySpell}}() :{{\|id|API|GameLib|GetCurrentWorldId}}() :{{\|id|API|GameLib|GetCurrentZoneId}}() :{{\|id|API|GameLib|GetCurrentZoneMap}}() :{{\|id|API|GameLib|GetCurrentZonePvpRules}}() :{{\|id|API|GameLib|GetCurrInputKeySet}}() returns (number) :{{\|id|API|GameLib|GetDefaultRecallCommand}}() :{{\|id|API|GameLib|GetDuelOpponent}}(unitPlayer) :{{\|id|API|GameLib|GetDuelState}}() :{{\|id|API|GameLib|GetDyeCost}}() :{{\|id|API|GameLib|GetDyeUnlockLevel}}() :{{\|id|API|GameLib|GetEmptyInventorySlots}}() :{{\|id|API|GameLib|GetErrorCategories}}() :{{\|id|API|GameLib|GetFrameRate}}()*10)*0.1 :{{\|id|API|GameLib|GetGadgetAbility}}() :{{\|id|API|GameLib|GetGameCommand}}() :{{\|id|API|GameLib|GetGameExitInfo}}() :{{\|id|API|GameLib|GetGameTime}}() returns (number) - game client 'up time' in seconds, fractional milliseconds :{{\|id|API|GameLib|GetGearScore}}() :{{\|id|API|GameLib|GetGuildHolomarkDistance}}() :{{\|id|API|GameLib|GetGuildHolomarkVisible}}(GameLib.GuildHolomark.Left) :{{\|id|API|GameLib|GetInputActionCategories}}() returns (table) - list of {id, strName} action categories :{{\|id|API|GameLib|GetInputActionNameByEnum}}() :{{\|id|API|GameLib|GetInputKeyNameText}}(tCurrInput) returns (string) - Gets input key's name for a tCurrInput ({eDevice = GameLib.CodeEnumInputDevice.None, nCode, nModifier}), or "<Unbound>" if none :{{\|id|API|GameLib|GetInputKeySet}}(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 :{{\|id|API|GameLib|GetInstanceSettings}}() :{{\|id|API|GameLib|GetInteractiveUnit}}() returns (number) - Gets closest interactive unit id :{{\|id|API|GameLib|GetKeyBinding}}(CastObjectiveAbility) :{{\|id|API|GameLib|GetKeyBindingByEnum}}(eInputAction) :{{\|id|API|GameLib|GetKeyBindings}}() returns (table) - Gets a list of the current key bindings as: arInputs, idAction, idCategory, nDisplayIndex, strAction, strActionLocalized :{{\|id|API|GameLib|GetKnownDyes}}() :{{\|id|API|GameLib|GetLevelUpFanfareDuration}}() :{{\|id|API|GameLib|GetLevelUpUnlock}}() :{{\|id|API|GameLib|GetLevelUpUnlockTypes}}() :{{\|id|API|GameLib|GetLocalTime}}() returns (table) - as: nYear, nMonth, nDay, nDayOfWeek, nHour, nMinute, nSecond, strFormattedTime :{{\|id|API|GameLib|GetLootRolls}}() :{{\|id|API|GameLib|GetMasterLoot}}() :{{\|id|API|GameLib|GetNextBankBagCost}}() :{{\|id|API|GameLib|GetNumBankBagSlots}}() :{{\|id|API|GameLib|GetNumClassInnateAbilitySpells}}() :{{\|id|API|GameLib|GetPendingLevelUpUnlocks}}() returns (table) :{{\|id|API|GameLib|GetPendingRemovalWarningRemaining}}() :{{\|id|API|GameLib|GetPendingTutorials}}() :{{\|id|API|GameLib|GetPlayerCurrency}}(nType, eGroupType) returns ([[\API TYPE money|money]]) - gets currency data for current player :{{\|id|API|GameLib|GetPlayerGenericVehicleUnit}}() :{{\|id|API|GameLib|GetPlayerLevel}}() :{{\|id|API|GameLib|GetPlayerMoney}}() - "Deprecated" :{{\|id|API|GameLib|GetPlayerMountUnit}}() returns (unit) - gets the players mount unit, else 1, and nil if none :{{\|id|API|GameLib|GetPlayerPets}}() :{{\|id|API|GameLib|GetPlayerTaxiUnit}}() returns (unit) - gets the taxi that the player is currently on, else 1 and nil if null :{{\|id|API|GameLib|GetPlayerUnit}}() returns ([[\API TYPE unit|unit]]) - gets current player :{{\|id|API|GameLib|GetPlayerUnitByName}}() :{{\|id|API|GameLib|GetPlayerVehicleUnit}}() returns (unit) - gets the players vehicle unit, else 1 and nil if none :{{\|id|API|GameLib|GetPvpFlagInfo}}() :{{\|id|API|GameLib|GetPvpGraveyards}}() returns (table) - (not implemented) returns as: infoId and available of Graveyard :{{\|id|API|GameLib|GetRealmName}}() returns (string) :{{\|id|API|GameLib|GetRepairAllCost}}() :{{\|id|API|GameLib|GetReputationInfo}}() :{{\|id|API|GameLib|GetReputationLevels}}() :{{\|id|API|GameLib|GetServerTime}}() returns (table) - as: nYear, nMonth, nDay, nDayOfWeek, nHour, nMinute, nSecond, strFormattedTime :{{\|id|API|GameLib|GetShortcutMount}}() :{{\|id|API|GameLib|GetShortcutPotion}}() :{{\|id|API|GameLib|GetSpell}}(wndControl:GetAbilityTierId()) :{{\|id|API|GameLib|GetSpellThresholdTimePrcntDone}}() :{{\|id|API|GameLib|GetSpellThresholdTimePrcntLeft}}() :{{\|id|API|GameLib|GetStuckCooldowns}}() :{{\|id|API|GameLib|GetTargetMarkerIcon}}() :{{\|id|API|GameLib|GetTargetUnit}}() returns (unit) - gets the target unit, else 0 if none :{{\|id|API|GameLib|GetTeleportIlliumSpell}}():GetBaseSpellId() :{{\|id|API|GameLib|GetTeleportThaydSpell}}():GetBaseSpellId() :{{\|id|API|GameLib|GetTextTypeMaxLength}}(GameLib.CodeEnumUserText.GuildName) :{{\|id|API|GameLib|GetTickCount}}() returns (number) - Gets tick count truncated to integer :{{\|id|API|GameLib|GetTotalAbilityPoints}}() :{{\|id|API|GameLib|GetTotalInventorySlots}}() :{{\|id|API|GameLib|GetTutorial}}(nTutorialId) :{{\|id|API|GameLib|GetTutorialLayouts}}() :{{\|id|API|GameLib|GetTutorialPopupContext}}() :{{\|id|API|GameLib|GetTutorialsForCategory}}() :{{\|id|API|GameLib|GetTutorialVisibilityFlags}}() :{{\|id|API|GameLib|GetUnitById}}() :{{\|id|API|GameLib|GetUnitScreenPosition}}() :{{\|id|API|GameLib|GetUnlocksForLevel}}(nSpecificLevel, nSystem, true) :{{\|id|API|GameLib|GetVersionInfo}}() :{{\|id|API|GameLib|GetWorldCompletionPercent}}() :{{\|id|API|GameLib|GetWorldDifficulty}}() :{{\|id|API|GameLib|GetWorldGameMode}}() :{{\|id|API|GameLib|GetWorldTimeOfDay}}() returns (number) - realm time from 0 to return/3600=24 wrapping. not real time :{{\|id|API|GameLib|GetWorldTooltipContainer}}() :{{\|id|API|GameLib|GetXpBonusData}}(nWho) returns (table) - Gets description of xp bonus as: ? :{{\|id|API|GameLib|GetZoneCompletion}}() :{{\|id|API|GameLib|GetZoneCompletionTypes}}() :{{\|id|API|GameLib|GetZoneExplorationPercent}}() :{{\|id|API|GameLib|HasBindPoint}}() :{{\|id|API|GameLib|HasTutorialSound}}(nTutorialId, nPassedPage) :{{\|id|API|GameLib|InitiateDuel}}() :{{\|id|API|GameLib|IsCharacterLoaded}}() returns (boolean) :{{\|id|API|GameLib|IsControlledUnit}}(unit) returns (boolean) - check if unit is a controlled unit :{{\|id|API|GameLib|IsCostumeSlotVisible}}() :{{\|id|API|GameLib|IsCurrentInnateAbilityActive}}() :{{\|id|API|GameLib|IsIgnoringDuelRequests}}() :{{\|id|API|GameLib|IsInLocation}}() :{{\|id|API|GameLib|IsInWorldZone}}(idSubZone) :{{\|id|API|GameLib|IsKeyBindable}}(nCode, eModifier) :{{\|id|API|GameLib|IsLevelUpUnlockViewed}}() :{{\|id|API|GameLib|IsMouseLockOn}}() :{{\|id|API|GameLib|IsNeedRollAllowed}}(tCurrentElement.nLootId) :{{\|id|API|GameLib|IsOverdriveActive}}() :{{\|id|API|GameLib|IsPvpFlagged}}() :{{\|id|API|GameLib|IsPvpServer}}() :{{\|id|API|GameLib|IsSpellSurgeActive}}() :{{\|id|API|GameLib|IsTextValid}}(strInfo, GameLib.CodeEnumUserText.GuildInfoMessage, GameLib.CodeEnumUserTextFilterClass.Strict) :{{\|id|API|GameLib|IsTutorialCategoryVisible}}(nType) :{{\|id|API|GameLib|IsTutorialNoPageAlert}}(nTutorialId) :{{\|id|API|GameLib|IsTutorialViewed}}() :{{\|id|API|GameLib|IsZoneInZone}}() :{{\|id|API|GameLib|ItemLocationToDragDropData}}(nLocationType,nBagIndex,nBagSlot) returns (number) :{{\|id|API|GameLib|LeavePendingRemovalInstance}}() :{{\|id|API|GameLib|MarkCityDirection}}(wndHandler:GetData() :{{\|id|API|GameLib|MarkLevelUpUnlockViewed}}() :{{\|id|API|GameLib|MarkTutorialViewed}}(tEntry.id, true) :{{\|id|API|GameLib|OnClosedInstanceSettings}}() :{{\|id|API|GameLib|PassOnLoot}}(self.wndMain:GetData() :{{\|id|API|GameLib|PauseGameActionInput}}(bPaused) :{{\|id|API|GameLib|PlayTutorialSound}}() :{{\|id|API|GameLib|RecallShardBind}}() - (not implemented) bind should receive an id of a shard location :{{\|id|API|GameLib|RecallShardGetInfo}}() returns (bExists,bCanUse,strLocation,idLocation,fCooldown) :{{\|id|API|GameLib|RecallShardUse}}() - (not implemented) :{{\|id|API|GameLib|ReportBug}}(tSub.nId, self.unitSelected, self.idQuest, self.wndReportBug:FindChild("Description"):GetText()) :{{\|id|API|GameLib|ResetAttributePoints}}() :{{\|id|API|GameLib|ResetLevelUpUnlocks}}() :{{\|id|API|GameLib|ResetSingleInstance}}() :{{\|id|API|GameLib|ResetTutorials}}() :{{\|id|API|GameLib|RollOnLoot}}(self.wndMain:GetData()) :{{\|id|API|GameLib|SearchRelationshipStatusByCharacterName}}() :{{\|id|API|GameLib|SetCostumeIndex}}() :{{\|id|API|GameLib|SetCostumeItem}}(self.nCurrentCostume, wndControl:GetData(), uItemToImprint:GetInventoryId()) :{{\|id|API|GameLib|SetCostumeSlotVisible}}() :{{\|id|API|GameLib|SetCurrentClassInnateAbilityIndex}}(wndHandler:GetData()) :{{\|id|API|GameLib|SetCurrInputKeySet}}(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. :{{\|id|API|GameLib|SetDefaultRecallCommand}}(GameLib.CodeEnumRecallCommand.House) :{{\|id|API|GameLib|SetIgnoreDuelRequests}}() :{{\|id|API|GameLib|SetInstanceSettings}}(eDifficulty, self.wndMain:GetRadioSel("InstanceSettings_LocalRadioGroup_Rallying")) :{{\|id|API|GameLib|SetKeyBindings}}(tInputTable) - Runs the SaveInputKeySet after updating the key bindings table :{{\|id|API|GameLib|SetMouseLock}}() :{{\|id|API|GameLib|SetSharedChallengePreference}}() :{{\|id|API|GameLib|SetShortcutMount}}(tSelectedSpellObj:GetId()) :{{\|id|API|GameLib|SetShortcutPotion}}(tSelectedPotion:GetItemId()) :{{\|id|API|GameLib|SetTargetUnit}}(unit) :{{\|id|API|GameLib|SetWorldTooltipContainer}}() :{{\|id|API|GameLib|ShowGuildHolomark}}() :{{\|id|API|GameLib|ShowUI}}() :{{\|id|API|GameLib|SpendAttributePoints}}() :{{\|id|API|GameLib|StopTutorialSound}}() :{{\|id|API|GameLib|SupportStuck}}() :{{\|id|API|GameLib|TogglePvpFlags}}() :{{\|id|API|GameLib|ToggleQuestUnitCallouts}}() :{{\|id|API|GameLib|ToggleTutorialVisibilityFlags}}(entry.wnd:FindChild("MiddleLevelViewBtn"):GetData()) :{{\|id|API|GameLib|UIExitCinematics}}() :{{\|id|API|GameLib|UIStartCinematics}}() :{{\|id|API|GameLib|WhiteOutFadeIn}}() :{{\|id|API|GameLib|WhiteOutFadeOut}}() :{{\|id|API|GameLib|WorldLocToScreenPoint}}() ==== Enums ==== :{{\|id|API|GameLib|CityDirectionType}} [Mailbox,Bank,AuctionHouse,CommodityMarket, AbilityVendor, Tradeskill, General, HousingNpc, Transport] :{{\|id|API|GameLib|CodeEnumAddonSaveLevel}} [General,Account,Realm,Character] :{{\|id|API|GameLib|CodeEnumClass}} [Warrior,Engineer,Esper,Medic, Stalker, Spellslinger] :{{\|id|API|GameLib|CodeEnumCombatResult}} [Avoid,Critical,Hit,NeedsTelegraphEvaluation, OutsideTelegraph, OutsideTelegraphInvalid, InsideTelegraph, NeedsHitResultCalc] :{{\|id|API|GameLib|CodeEnumConfirmButtonType}} [SendMail,CommitTrade,DeleteItem,SalvageItem] :{{\|id|API|GameLib|CodeEnumDamageType}} [Physical,Tech,Magic,Heal, HealShields, Fall, Suffocate] :{{\|id|API|GameLib|CodeEnumDuelState}} [None,Pending,WaitingToAccept,Dueling] :{{\|id|API|GameLib|CodeEnumEquippedItems}} [Chest,Legs,Head,Shoulder, Feet, Hands, WeaponTool, WeaponAttachment, System, Augment, Implant, Gadget, Shields, WeaponPrimary, Bag0, Bag1, Bag2, Bag3, BankBag0, BankBag1, BankBag2, BankBag3, BankBag4] :{{\|id|API|GameLib|CodeEnumExitEvent}} [None,Camp,Quit] :{{\|id|API|GameLib|CodeEnumGameCommandType}} [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] :{{\|id|API|GameLib|CodeEnumGenericError}} [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] :{{\|id|API|GameLib|CodeEnumInputAction}} [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] :{{\|id|API|GameLib|CodeEnumInputDevice}} [None,Keyboard,Mouse] :{{\|id|API|GameLib|CodeEnumInputEventType}} [Raw,Click,Hold,DoubleClick, DoubleHold, Rapid] :{{\|id|API|GameLib|CodeEnumInputModifier}} [Shift,Control,Alt] :{{\|id|API|GameLib|CodeEnumInputModifierScancode}} [LeftShift,LeftCtrl,LeftAlt,RightShift, RightCtrl, RightAlt] :{{\|id|API|GameLib|CodeEnumInputMouse}} [Left,Right,Middle,X1, X2, WheelUp, WheelDown] :{{\|id|API|GameLib|CodeEnumInputSets}} [Default1,Default2,Default3,Account, Character, Count] :{{\|id|API|GameLib|CodeEnumItemSlots}} [Chest,Legs,Head,Shoulder, Feet, Hands, Tool, Weapon, Shields, Gadget, Attachment, System, Augment, Implant] :{{\|id|API|GameLib|CodeEnumMapObjectType}} [Unit,Object,PathObjective,QuestObjective] :{{\|id|API|GameLib|CodeEnumMapOverlayType}} [Unit,Object,PathObjective,QuestObjective] :{{\|id|API|GameLib|CodeEnumMissType}} [Dodge] :{{\|id|API|GameLib|CodeEnumPetStance}} [Assist,Stay,Passive,Defensive, Aggressive] :{{\|id|API|GameLib|CodeEnumRace}} [Human,Granok,Aurin,Draken, Mechari, Mordesh, Chua] :{{\|id|API|GameLib|CodeEnumRecallCommand}} [BindPoint,House,Warplot,Illium, Thayd] :{{\|id|API|GameLib|CodeEnumStoryPanel}} [Default,Low,Center,FullScreen, Whiteout, Urgent, FullScreenBlackNoFlash, Informational] :{{\|id|API|GameLib|CodeEnumStoryPanelStyle}} [Default,Paper,Electronic,Eldan, Arcane, Natural, Exile, Dominion] :{{\|id|API|GameLib|CodeEnumTutorial}} [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] :{{\|id|API|GameLib|CodeEnumTutorialAnchor}} [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 :{{\|id|API|GameLib|CodeEnumTutorialCategory}} [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] :{{\|id|API|GameLib|CodeEnumUserText}} [CharacterName,ScientistScanbotName,GuildName, GuildRankName, GuildBankTabName, HousingResidenceName, Chat, MailSubject, MailBody, ChatCustomChannelName, ReadyCheck, FriendshipNote, ChatCustomChannelPassword, GuildMessageOfTheDay, GuildMemberNote, GuildRercuitDescription, GuildInfoMessage, FriendshipAccountName, FriendshipAccountPrivateNote, FriendshipAccountPublicNote, FriendshipAccountEmail, FriendshipInviteNote] :{{\|id|API|GameLib|CodeEnumUserTextFilterClass}} [Strict,Standard,Low] :{{\|id|API|GameLib|CodeEnumVital}} [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] :{{\|id|API|GameLib|CodeEnumWhoResult}} [OK,Partial,UnderCooldown] :{{\|id|API|GameLib|CodeEnumZoneCompletionType}} [EpisodeQuest,TaskQuest,Challenge,TaxiNode, Datacube, Tale, Journal] :{{\|id|API|GameLib|CodeEnumZonePvpRules}} [None,ExileStronghold,DominionStronghold,Sanctuary, Pvp, ExilePVPStronghold, DominionPVPStronghold] :{{\|id|API|GameLib|DuelStateDuelState}} [None,WaitingToAccept,Pending,Dueling] :{{\|id|API|GameLib|GuildHolomark}} [Left,Right,Back] :{{\|id|API|GameLib|LevelUpUnlock}} [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] :{{\|id|API|GameLib|LevelUpUnlockSystem}} [Path,Level] :{{\|id|API|GameLib|LevelUpUnlockType}} [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] :{{\|id|API|GameLib|MapZone}} [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] :{{\|id|API|GameLib|SharedChallengePreference}} [AutoAccept,Prompt,AutoReject] :{{\|id|API|GameLib|SupportStuckAction}} [RecallBind,RecallDeath,RecallHouse]
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)