Skip to content

Commit

Permalink
10.1.0.49407
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed May 3, 2023
1 parent 214401b commit cc300fd
Show file tree
Hide file tree
Showing 630 changed files with 24,162 additions and 18,293 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,45 @@ local AccountConstants =
{
Tables =
{
{
Name = "AccountData",
Type = "Enumeration",
NumValues = 15,
MinValue = 0,
MaxValue = 14,
Fields =
{
{ Name = "Config", Type = "AccountData", EnumValue = 0 },
{ Name = "Config2", Type = "AccountData", EnumValue = 1 },
{ Name = "Bindings", Type = "AccountData", EnumValue = 2 },
{ Name = "Bindings2", Type = "AccountData", EnumValue = 3 },
{ Name = "Macros", Type = "AccountData", EnumValue = 4 },
{ Name = "Macros2", Type = "AccountData", EnumValue = 5 },
{ Name = "UILayout", Type = "AccountData", EnumValue = 6 },
{ Name = "ChatSettings", Type = "AccountData", EnumValue = 7 },
{ Name = "TtsSettings", Type = "AccountData", EnumValue = 8 },
{ Name = "TtsSettings2", Type = "AccountData", EnumValue = 9 },
{ Name = "FlaggedIDs", Type = "AccountData", EnumValue = 10 },
{ Name = "FlaggedIDs2", Type = "AccountData", EnumValue = 11 },
{ Name = "ClickBindings", Type = "AccountData", EnumValue = 12 },
{ Name = "UIEditModeAccount", Type = "AccountData", EnumValue = 13 },
{ Name = "UIEditModeChar", Type = "AccountData", EnumValue = 14 },
},
},
{
Name = "AccountDataUpdateStatus",
Type = "Enumeration",
NumValues = 4,
MinValue = 0,
MaxValue = 3,
Fields =
{
{ Name = "AccountDataUpdateSuccess", Type = "AccountDataUpdateStatus", EnumValue = 0 },
{ Name = "AccountDataUpdateFailed", Type = "AccountDataUpdateStatus", EnumValue = 1 },
{ Name = "AccountDataUpdateCorrupt", Type = "AccountDataUpdateStatus", EnumValue = 2 },
{ Name = "AccountDataUpdateToobig", Type = "AccountDataUpdateStatus", EnumValue = 3 },
},
},
{
Name = "AccountExportResult",
Type = "Enumeration",
Expand All @@ -26,6 +65,50 @@ local AccountConstants =
{ Name = "FailedToGenerateFile", Type = "AccountExportResult", EnumValue = 13 },
},
},
{
Name = "AccountStateFlags",
Type = "Enumeration",
NumValues = 34,
MinValue = 0,
MaxValue = 1073741824,
Fields =
{
{ Name = "None", Type = "AccountStateFlags", EnumValue = 0 },
{ Name = "AchievementsLoaded", Type = "AccountStateFlags", EnumValue = 1 },
{ Name = "CriteriaLoaded", Type = "AccountStateFlags", EnumValue = 2 },
{ Name = "MountsLoaded", Type = "AccountStateFlags", EnumValue = 4 },
{ Name = "PetjournalInitialized", Type = "AccountStateFlags", EnumValue = 8 },
{ Name = "CurrencyCapsLoaded", Type = "AccountStateFlags", EnumValue = 16 },
{ Name = "LoadFailed", Type = "AccountStateFlags", EnumValue = 32 },
{ Name = "QuestLogLoaded", Type = "AccountStateFlags", EnumValue = 64 },
{ Name = "InPetCombat", Type = "AccountStateFlags", EnumValue = 128 },
{ Name = "CharactersLoaded", Type = "AccountStateFlags", EnumValue = 256 },
{ Name = "PurchasesLoaded", Type = "AccountStateFlags", EnumValue = 512 },
{ Name = "BpayDistributionObjectsLoaded", Type = "AccountStateFlags", EnumValue = 1024 },
{ Name = "ArchivedPurchasesLoaded", Type = "AccountStateFlags", EnumValue = 2048 },
{ Name = "SettingsLoaded", Type = "AccountStateFlags", EnumValue = 4096 },
{ Name = "BpayAddLicenseObjectsLoaded", Type = "AccountStateFlags", EnumValue = 8192 },
{ Name = "ItemCollectionsLoaded", Type = "AccountStateFlags", EnumValue = 16384 },
{ Name = "AuctionableTokensLoaded", Type = "AccountStateFlags", EnumValue = 32768 },
{ Name = "ConsumableTokensLoaded", Type = "AccountStateFlags", EnumValue = 65536 },
{ Name = "PerkTablesLoaded", Type = "AccountStateFlags", EnumValue = 131072 },
{ Name = "VasTransactionsLoaded", Type = "AccountStateFlags", EnumValue = 262144 },
{ Name = "BpayProductitemObjectsLoaded", Type = "AccountStateFlags", EnumValue = 524288 },
{ Name = "TrialBoostHistoryLoaded", Type = "AccountStateFlags", EnumValue = 1048576 },
{ Name = "QuestCriteriaLoaded", Type = "AccountStateFlags", EnumValue = 2097152 },
{ Name = "BattleNetAccountLoaded", Type = "AccountStateFlags", EnumValue = 4194304 },
{ Name = "AccountCurrenciesLoaded", Type = "AccountStateFlags", EnumValue = 8388608 },
{ Name = "RafBalanceLoaded", Type = "AccountStateFlags", EnumValue = 16777216 },
{ Name = "RafRewardsLoaded", Type = "AccountStateFlags", EnumValue = 33554432 },
{ Name = "DynamicCriteriaLoaded", Type = "AccountStateFlags", EnumValue = 67108864 },
{ Name = "RafActivityLoaded", Type = "AccountStateFlags", EnumValue = 134217728 },
{ Name = "RafFriendMonthsLoaded", Type = "AccountStateFlags", EnumValue = 268435456 },
{ Name = "RevokedRafRewardsLoaded", Type = "AccountStateFlags", EnumValue = 536870912 },
{ Name = "AccountNotificationsLoaded", Type = "AccountStateFlags", EnumValue = 1073741824 },
{ Name = "AccountWowlabsLoaded", Type = "AccountStateFlags", EnumValue = 0 },
{ Name = "AccountUpgradeComplete", Type = "AccountStateFlags", EnumValue = 0 },
},
},
},
};

Expand Down
16 changes: 16 additions & 0 deletions AddOns/Blizzard_APIDocumentationGenerated/AddOnsDocumentation.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ local AddOns =

Functions =
{
{
Name = "GetAddOnMetadata",
Type = "Function",

Arguments =
{
{ Name = "name", Type = "uiAddon", Nilable = false },
{ Name = "variable", Type = "cstring", Nilable = false },
},

Returns =
{
{ Name = "value", Type = "cstring", Nilable = false },
},
},
},

Events =
Expand All @@ -17,6 +32,7 @@ local AddOns =
Payload =
{
{ Name = "addOnName", Type = "cstring", Nilable = false },
{ Name = "containsBindings", Type = "bool", Nilable = false },
},
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ local AreaPoiInfo =
Returns =
{
{ Name = "isTimed", Type = "bool", Nilable = false },
{ Name = "hideTimerInTooltip", Type = "bool", Nilable = true },
},
},
},
Expand Down Expand Up @@ -95,6 +96,7 @@ local AreaPoiInfo =
{ Name = "factionID", Type = "number", Nilable = true },
{ Name = "isPrimaryMapForPOI", Type = "bool", Nilable = false },
{ Name = "isAlwaysOnFlightmap", Type = "bool", Nilable = false },
{ Name = "addPaddingAboveWidgets", Type = "bool", Nilable = true },
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,15 @@ local AzeriteItem =
{ Name = "isEnabled", Type = "bool", Nilable = false },
},
},
{
Name = "IsUnlimitedLevelingUnlocked",
Type = "Function",

Returns =
{
{ Name = "isUnlimitedLevelingUnlocked", Type = "bool", Nilable = false },
},
},
},

Events =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,9 @@ local BattlePetConstants =
{
Name = "BattlepetDeletedReason",
Type = "Enumeration",
NumValues = 6,
NumValues = 7,
MinValue = 0,
MaxValue = 5,
MaxValue = 6,
Fields =
{
{ Name = "Unknown", Type = "BattlepetDeletedReason", EnumValue = 0 },
Expand All @@ -372,6 +372,7 @@ local BattlePetConstants =
{ Name = "Gm", Type = "BattlepetDeletedReason", EnumValue = 3 },
{ Name = "CageError", Type = "BattlepetDeletedReason", EnumValue = 4 },
{ Name = "DelJournal", Type = "BattlepetDeletedReason", EnumValue = 5 },
{ Name = "TradingPost", Type = "BattlepetDeletedReason", EnumValue = 6 },
},
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ BehavioralMessagingDocumentation.lua
BlackMarketInfoDocumentation.lua
BrowserDocumentation.lua
CalendarDocumentation.lua
CameraDocumentation.lua
ChatBubblesDocumentation.lua
ChatInfoDocumentation.lua
CinematicDocumentation.lua
Expand All @@ -37,7 +38,6 @@ ConsoleDocumentation.lua
ConsoleScriptCollectionDocumentation.lua
ContainerDocumentation.lua
ContributionCollectorDocumentation.lua
CooldownFrameAPIDocumentation.lua
CreatureInfoDocumentation.lua
CurrencyInfoDocumentation.lua
CursorDocumentation.lua
Expand All @@ -49,8 +49,11 @@ EquipmentManagerDocumentation.lua
EventUtilsDocumentation.lua
ExpansionDocumentation.lua
FogOfWarDocumentation.lua
FrameAPICooldownDocumentation.lua
FrameAPIFogOfWarFrameDocumentation.lua
GMTicketInfoDocumentation.lua
GamePadDocumentation.lua
GameRulesDocumentation.lua
GlyphInfoDocumentation.lua
GossipInfoDocumentation.lua
GuildBankDocumentation.lua
Expand Down Expand Up @@ -84,6 +87,7 @@ PlayerInfoDocumentation.lua
PlayerInteractionManagerDocumentation.lua
PlayerLocationDocumentation.lua
PvpInfoDocumentation.lua
QuestInfoSystemDocumentation.lua
QuestLineInfoDocumentation.lua
QuestLogDocumentation.lua
QuestOfferDocumentation.lua
Expand Down Expand Up @@ -144,6 +148,7 @@ SpellActivationOverlayDocumentation.lua
SpellBookDocumentation.lua
StableInfoDocumentation.lua
StorePublicUIDocumentation.lua
StringUtilDocumentation.lua
SummonInfoDocumentation.lua
TTSSettingsDocumentation.lua
TaxiMapDocumentation.lua
Expand Down Expand Up @@ -179,7 +184,6 @@ AnimaDiversionUIDocumentation.lua
ArdenwealdGardeningDocumentation.lua
ArtifactUIDocumentation.lua
CVarDocumentation.lua
CameraDocumentation.lua
ChallengeModeInfoDocumentation.lua
ChromieTimeUIDocumentation.lua
ClassColorDocumentation.lua
Expand All @@ -195,6 +199,7 @@ CovenantsDocumentation.lua
CraftingOrderUIDocumentation.lua
DateAndTimeDocumentation.lua
EncounterJournalDocumentation.lua
ExpansionTrialDocumentation.lua
FriendListDocumentation.lua
GarrisonInfoDocumentation.lua
InGameNavigationDocumentation.lua
Expand All @@ -206,6 +211,7 @@ ItemInteractionUIDocumentation.lua
LegendaryCraftingDocumentation.lua
LevelLinkDocumentation.lua
LevelSquishDocumentation.lua
LootHistoryDocumentation.lua
LootJournalDocumentation.lua
LoreTextDocumentation.lua
MailInfoDocumentation.lua
Expand Down Expand Up @@ -275,6 +281,7 @@ ItemSharedDocumentation.lua
LFGConstantsDocumentation.lua
LevelConstantsDocumentation.lua
LootConstantsDocumentation.lua
MapConstantsDocumentation.lua
MinimapConstantsDocumentation.lua
ModelSceneDocumentation.lua
NamePlateDocumentation.lua
Expand Down Expand Up @@ -316,9 +323,9 @@ UnitSexConstantsDocumentation.lua
UnitSharedDocumentation.lua
ValidateNameConstantsDocumentation.lua
VectorSharedDocumentation.lua
VehicleConstantsDocumentation.lua
VignetteConstantsDocumentation.lua
WeeklyRewardsSharedDocumentation.lua
WowLabsConstantsDocumentation.lua
AuctionHouseConstants_MainlineDocumentation.lua
ClickBindingsConstantsDocumentation.lua
CovenantCallingsConstantsDocumentation.lua
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ local CharacterCustomizationShared =
{ Name = "isNew", Type = "bool", Nilable = false },
{ Name = "swatchColor1", Type = "colorRGB", Mixin = "ColorMixin", Nilable = true },
{ Name = "swatchColor2", Type = "colorRGB", Mixin = "ColorMixin", Nilable = true },
{ Name = "soundKit", Type = "number", Nilable = true },
{ Name = "isLocked", Type = "bool", Nilable = false },
{ Name = "lockedText", Type = "string", Nilable = true },
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,20 @@ local ChatInfo =
{ Name = "ids", Type = "table", InnerType = "ClubStreamId", Nilable = false },
},
},
{
Name = "GetColorForChatType",
Type = "Function",

Arguments =
{
{ Name = "chatType", Type = "cstring", Nilable = false },
},

Returns =
{
{ Name = "color", Type = "colorRGB", Mixin = "ColorMixin", Nilable = true },
},
},
{
Name = "GetGeneralChannelID",
Type = "Function",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,20 @@ local ClassTalents =
{ Name = "isActive", Type = "bool", Nilable = false },
},
},
{
Name = "GetTraitTreeForSpec",
Type = "Function",

Arguments =
{
{ Name = "specID", Type = "number", Nilable = false },
},

Returns =
{
{ Name = "treeID", Type = "number", Nilable = true },
},
},
{
Name = "HasUnspentTalentPoints",
Type = "Function",
Expand Down Expand Up @@ -159,6 +173,16 @@ local ClassTalents =
{ Name = "importError", Type = "cstring", Nilable = false },
},
},
{
Name = "InitializeViewLoadout",
Type = "Function",

Arguments =
{
{ Name = "specID", Type = "number", Nilable = false },
{ Name = "level", Type = "number", Nilable = false },
},
},
{
Name = "IsConfigPopulated",
Type = "Function",
Expand Down Expand Up @@ -268,6 +292,20 @@ local ClassTalents =
{ Name = "configID", Type = "number", Nilable = true },
},
},
{
Name = "ViewLoadout",
Type = "Function",

Arguments =
{
{ Name = "entries", Type = "table", InnerType = "ImportLoadoutEntryInfo", Nilable = false },
},

Returns =
{
{ Name = "success", Type = "bool", Nilable = false },
},
},
},

Events =
Expand Down
Loading

0 comments on commit cc300fd

Please sign in to comment.