Skip to content

Commit

Permalink
10.2.7 (54577)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 7, 2024
1 parent 87c526a commit f5ad940
Show file tree
Hide file tree
Showing 1,814 changed files with 44,595 additions and 12,446 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,20 @@ local ActionBarFrame =
{ Name = "quality", Type = "number", Nilable = true },
},
},
{
Name = "GetSpell",
Type = "Function",

Arguments =
{
{ Name = "actionID", Type = "luaIndex", Nilable = false },
},

Returns =
{
{ Name = "spellID", Type = "number", Nilable = false },
},
},
{
Name = "HasFlyoutActionButtons",
Type = "Function",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,21 @@ local AreaPoiInfo =
{ Name = "secondsLeft", Type = "number", Nilable = false },
},
},
{
Name = "GetDragonridingRacesForMap",
Type = "Function",
Documentation = { "Returns all area POIInfos flagged as dragonriding races for the given map." },

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

Returns =
{
{ Name = "areaPoiIDs", Type = "table", InnerType = "number", Nilable = false },
},
},
{
Name = "IsAreaPOITimed",
Type = "Function",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,24 +68,25 @@ local AuctionHouseEnums =
{
Name = "AuctionHouseFilter",
Type = "Enumeration",
NumValues = 13,
NumValues = 14,
MinValue = 0,
MaxValue = 12,
MaxValue = 13,
Fields =
{
{ Name = "None", Type = "AuctionHouseFilter", EnumValue = 0 },
{ Name = "UncollectedOnly", Type = "AuctionHouseFilter", EnumValue = 1 },
{ Name = "UsableOnly", Type = "AuctionHouseFilter", EnumValue = 2 },
{ Name = "UpgradesOnly", Type = "AuctionHouseFilter", EnumValue = 3 },
{ Name = "ExactMatch", Type = "AuctionHouseFilter", EnumValue = 4 },
{ Name = "PoorQuality", Type = "AuctionHouseFilter", EnumValue = 5 },
{ Name = "CommonQuality", Type = "AuctionHouseFilter", EnumValue = 6 },
{ Name = "UncommonQuality", Type = "AuctionHouseFilter", EnumValue = 7 },
{ Name = "RareQuality", Type = "AuctionHouseFilter", EnumValue = 8 },
{ Name = "EpicQuality", Type = "AuctionHouseFilter", EnumValue = 9 },
{ Name = "LegendaryQuality", Type = "AuctionHouseFilter", EnumValue = 10 },
{ Name = "ArtifactQuality", Type = "AuctionHouseFilter", EnumValue = 11 },
{ Name = "LegendaryCraftedItemOnly", Type = "AuctionHouseFilter", EnumValue = 12 },
{ Name = "CurrentExpansionOnly", Type = "AuctionHouseFilter", EnumValue = 3 },
{ Name = "UpgradesOnly", Type = "AuctionHouseFilter", EnumValue = 4 },
{ Name = "ExactMatch", Type = "AuctionHouseFilter", EnumValue = 5 },
{ Name = "PoorQuality", Type = "AuctionHouseFilter", EnumValue = 6 },
{ Name = "CommonQuality", Type = "AuctionHouseFilter", EnumValue = 7 },
{ Name = "UncommonQuality", Type = "AuctionHouseFilter", EnumValue = 8 },
{ Name = "RareQuality", Type = "AuctionHouseFilter", EnumValue = 9 },
{ Name = "EpicQuality", Type = "AuctionHouseFilter", EnumValue = 10 },
{ Name = "LegendaryQuality", Type = "AuctionHouseFilter", EnumValue = 11 },
{ Name = "ArtifactQuality", Type = "AuctionHouseFilter", EnumValue = 12 },
{ Name = "LegendaryCraftedItemOnly", Type = "AuctionHouseFilter", EnumValue = 13 },
},
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ local BattleNet =
{ Name = "hasFocus", Type = "bool", Nilable = false },
{ Name = "regionID", Type = "number", Nilable = false },
{ Name = "isInCurrentRegion", Type = "bool", Nilable = false },
{ Name = "timerunningSeasonID", Type = "number", Nilable = true },
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@ local BattlePetConstants =
{
Name = "BattlePetSources",
Type = "Enumeration",
NumValues = 11,
NumValues = 12,
MinValue = 0,
MaxValue = 10,
MaxValue = 11,
Fields =
{
{ Name = "Drop", Type = "BattlePetSources", EnumValue = 0 },
Expand All @@ -234,6 +234,7 @@ local BattlePetConstants =
{ Name = "Tcg", Type = "BattlePetSources", EnumValue = 8 },
{ Name = "PetStore", Type = "BattlePetSources", EnumValue = 9 },
{ Name = "Discovery", Type = "BattlePetSources", EnumValue = 10 },
{ Name = "TradingPost", Type = "BattlePetSources", EnumValue = 11 },
},
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ CinematicDocumentation.lua
ClassTrialDocumentation.lua
ClientDocumentation.lua
ClientSceneDocumentation.lua
ClubDocumentation.lua
ClubFinderDocumentation.lua
CombatLogDocumentation.lua
CompactUnitFramesDocumentation.lua
ConfigurationWarningsDocumentation.lua
Expand All @@ -47,11 +49,13 @@ CreatureInfoDocumentation.lua
CurrencyInfoDocumentation.lua
CursorDocumentation.lua
CursorUtilDocumentation.lua
DeathAlertDocumentation.lua
DeathInfoDocumentation.lua
DebugToggleDocumentation.lua
DuelInfoDocumentation.lua
EditModeManagerDocumentation.lua
EncounterInfoDocumentation.lua
EncounterJournalDocumentation.lua
EquipmentManagerDocumentation.lua
EventUtilsDocumentation.lua
ExpansionDocumentation.lua
Expand All @@ -71,7 +75,9 @@ FrameAPIUnitPositionFrameDocumentation.lua
FrameScriptDocumentation.lua
GMTicketInfoDocumentation.lua
GameCursorDocumentation.lua
GameEnvironmentManagerDocumentation.lua
GameErrorDocumentation.lua
GameModeManagerDocumentation.lua
GamePadDocumentation.lua
GameRulesDocumentation.lua
GameUIDocumentation.lua
Expand Down Expand Up @@ -136,6 +142,7 @@ RaidLocksDocumentation.lua
RecruitAFriendDocumentation.lua
ReportSystemDocumentation.lua
ReputationInfoDocumentation.lua
ResearchInfoDocumentation.lua
RestrictedActionsDocumentation.lua
ScreenDocumentation.lua
ScriptWarningsDocumentation.lua
Expand Down Expand Up @@ -209,8 +216,10 @@ ToyBoxInfoDocumentation.lua
TradeInfoDocumentation.lua
TrainerDocumentation.lua
TraitConfigDocumentation.lua
TransmogDocumentation.lua
TutorialDocumentation.lua
UIColorDocumentation.lua
UIEventToastManagerDocumentation.lua
UIGenericWidgetDisplayDocumentation.lua
UIMacrosDocumentation.lua
UIManagerDocumentation.lua
Expand All @@ -227,6 +236,7 @@ VideoDocumentation.lua
VignetteInfoDocumentation.lua
VoiceChatDocumentation.lua
VoidStorageInfoDocumentation.lua
WorldLootObjectDocumentation.lua
WorldStateInfoDocumentation.lua
WowEntitlementInfoDocumentation.lua
WowTokenUIDocumentation.lua
Expand All @@ -242,8 +252,6 @@ ChromieTimeUIDocumentation.lua
ClassColorDocumentation.lua
ClassTalentsDocumentation.lua
ClickBindingsDocumentation.lua
ClubDocumentation.lua
ClubFinderDocumentation.lua
CommentatorFrameDocumentation.lua
ContentTrackingDocumentation.lua
CovenantCallingsDocumentation.lua
Expand All @@ -252,7 +260,6 @@ CovenantSanctumDocumentation.lua
CovenantsDocumentation.lua
CraftingOrderUIDocumentation.lua
DateAndTimeDocumentation.lua
EncounterJournalDocumentation.lua
ExpansionTrialDocumentation.lua
FrameAPIArchaeologyDigsiteDocumentation.lua
FrameAPICharacterModelBaseDocumentation.lua
Expand All @@ -261,7 +268,6 @@ FrameAPIModelSceneFrameActorDocumentation.lua
FrameAPIScenarioPOIDocumentation.lua
FrameAPITabardModelDocumentation.lua
FriendListDocumentation.lua
GameModeManagerDocumentation.lua
GarrisonInfoDocumentation.lua
InGameNavigationDocumentation.lua
IncomingSummonDocumentation.lua
Expand All @@ -272,6 +278,7 @@ ItemInteractionUIDocumentation.lua
LegendaryCraftingDocumentation.lua
LevelLinkDocumentation.lua
LevelSquishDocumentation.lua
LiveEventDocumentation.lua
LootHistoryDocumentation.lua
LootJournalDocumentation.lua
LoreTextDocumentation.lua
Expand All @@ -285,7 +292,6 @@ PlayerChoiceDocumentation.lua
PlayerMentorshipDocumentation.lua
ProfessionSpecUIDocumentation.lua
QuestItemUseDocumentation.lua
ResearchInfoDocumentation.lua
ReturningPlayerUIDocumentation.lua
ScenarioInfoDocumentation.lua
ScrappingMachineUIDocumentation.lua
Expand All @@ -298,10 +304,8 @@ SuperTrackManagerDocumentation.lua
SystemDocumentation.lua
TalkingHeadDocumentation.lua
TradeSkillUIDocumentation.lua
TransmogDocumentation.lua
TransmogItemsDocumentation.lua
TransmogSetsDocumentation.lua
UIEventToastManagerDocumentation.lua
UIFrameManagerDocumentation.lua
UIModifiedInstanceDocumentation.lua
WarCampaignDocumentation.lua
Expand Down Expand Up @@ -335,7 +339,7 @@ ExpansionLandingPageConstantsDocumentation.lua
FrameAPIModelSceneFrameSharedDocumentation.lua
GARRISON_FOLLOWER_TYPEConstantsDocumentation.lua
GARRISON_TYPEConstantsDocumentation.lua
GameModeConstantsDocumentation.lua
GameEnvironmentConstantsDocumentation.lua
GamePadConstDocumentation.lua
GarrisonConstantsDocumentation.lua
GossipConstantsDocumentation.lua
Expand All @@ -355,6 +359,7 @@ PVPMgrConstantsDocumentation.lua
PartyConstantsDocumentation.lua
PerksVendorConstantsDocumentation.lua
PetBattleConstantsDocumentation.lua
PetConstantsDocumentation.lua
PetScalingConstantsDocumentation.lua
PingConstantsDocumentation.lua
PlayerDocumentation.lua
Expand All @@ -379,6 +384,7 @@ SocialConstantsDocumentation.lua
SoftTargetConstantsDocumentation.lua
TextureSharedDocumentation.lua
TimeDocumentation.lua
TimerunningConstantsDocumentation.lua
TooltipConstantsDocumentation.lua
TooltipInfoSharedDocumentation.lua
TradeSkillUITypesDocumentation.lua
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,20 @@ local ChatInfo =
{ Name = "available", Type = "bool", Nilable = false },
},
},
{
Name = "IsTimerunningPlayer",
Type = "Function",

Arguments =
{
{ Name = "playerGUID", Type = "WOWGUID", Nilable = false },
},

Returns =
{
{ Name = "isTimerunning", Type = "bool", Nilable = false },
},
},
{
Name = "IsValidChatLine",
Type = "Function",
Expand All @@ -351,7 +365,7 @@ local ChatInfo =

Returns =
{
{ Name = "successfulRequest", Type = "bool", Nilable = false },
{ Name = "result", Type = "RegisterAddonMessagePrefixResult", Nilable = false },
},
},
{
Expand Down Expand Up @@ -398,7 +412,7 @@ local ChatInfo =

Returns =
{
{ Name = "success", Type = "bool", Nilable = false },
{ Name = "result", Type = "SendAddonMessageResult", Nilable = false },
},
},
{
Expand All @@ -416,7 +430,7 @@ local ChatInfo =

Returns =
{
{ Name = "success", Type = "bool", Nilable = false },
{ Name = "result", Type = "SendAddonMessageResult", Nilable = true },
},
},
{
Expand Down Expand Up @@ -2362,6 +2376,40 @@ local ChatInfo =

Tables =
{
{
Name = "RegisterAddonMessagePrefixResult",
Type = "Enumeration",
NumValues = 4,
MinValue = 0,
MaxValue = 3,
Fields =
{
{ Name = "Success", Type = "RegisterAddonMessagePrefixResult", EnumValue = 0 },
{ Name = "DuplicatePrefix", Type = "RegisterAddonMessagePrefixResult", EnumValue = 1 },
{ Name = "InvalidPrefix", Type = "RegisterAddonMessagePrefixResult", EnumValue = 2 },
{ Name = "MaxPrefixes", Type = "RegisterAddonMessagePrefixResult", EnumValue = 3 },
},
},
{
Name = "SendAddonMessageResult",
Type = "Enumeration",
NumValues = 10,
MinValue = 0,
MaxValue = 9,
Fields =
{
{ Name = "Success", Type = "SendAddonMessageResult", EnumValue = 0 },
{ Name = "InvalidPrefix", Type = "SendAddonMessageResult", EnumValue = 1 },
{ Name = "InvalidMessage", Type = "SendAddonMessageResult", EnumValue = 2 },
{ Name = "AddonMessageThrottle", Type = "SendAddonMessageResult", EnumValue = 3 },
{ Name = "InvalidChatType", Type = "SendAddonMessageResult", EnumValue = 4 },
{ Name = "NotInGroup", Type = "SendAddonMessageResult", EnumValue = 5 },
{ Name = "TargetRequired", Type = "SendAddonMessageResult", EnumValue = 6 },
{ Name = "InvalidChannel", Type = "SendAddonMessageResult", EnumValue = 7 },
{ Name = "ChannelThrottle", Type = "SendAddonMessageResult", EnumValue = 8 },
{ Name = "GeneralError", Type = "SendAddonMessageResult", EnumValue = 9 },
},
},
{
Name = "AddonMessageParams",
Type = "Structure",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ local ClassTalents =
{
{ Name = "canChange", Type = "bool", Nilable = false },
{ Name = "canAdd", Type = "bool", Nilable = false },
{ Name = "changeError", Type = "cstring", Nilable = false },
{ Name = "changeError", Type = "string", Nilable = true },
},
},
{
Expand Down Expand Up @@ -211,7 +211,7 @@ local ClassTalents =
Returns =
{
{ Name = "result", Type = "LoadConfigResult", Nilable = false },
{ Name = "changeError", Type = "cstring", Nilable = false },
{ Name = "changeError", Type = "string", Nilable = true },
{ Name = "newLearnedNodeIDs", Type = "table", InnerType = "number", Nilable = false },
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,15 @@ local Club =
{ Name = "settings", Type = "table", InnerType = "ClubStreamNotificationSetting", Nilable = false },
},
},
{
Name = "SetCommunityID",
Type = "Function",

Arguments =
{
{ Name = "communityID", Type = "BigUInteger", Nilable = false },
},
},
{
Name = "SetFavorite",
Type = "Function",
Expand Down Expand Up @@ -1548,6 +1557,7 @@ local Club =
{ Name = "isRemoteChat", Type = "bool", Nilable = true },
{ Name = "overallDungeonScore", Type = "number", Nilable = true },
{ Name = "faction", Type = "PvPFaction", Nilable = true },
{ Name = "timerunningSeasonID", Type = "number", Nilable = true },
},
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,15 @@ local ClubFinder =
{ Name = "postingDelisted", Type = "bool", Nilable = false },
},
},
{
Name = "IsCommunityFinderEnabled",
Type = "Function",

Returns =
{
{ Name = "isEnabled", Type = "bool", Nilable = false },
},
},
{
Name = "IsEnabled",
Type = "Function",
Expand Down
Loading

0 comments on commit f5ad940

Please sign in to comment.