Skip to content

Commit

Permalink
1.15.5 (57638)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 19, 2024
1 parent f94613f commit d99f015
Show file tree
Hide file tree
Showing 255 changed files with 9,533 additions and 13,322 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ local AdventureJournal =
Type = "Event",
LiteralName = "AJ_PVP_SKIRMISH_ACTION",
},
{
Name = "AjPvpSpecialBgAction",
Type = "Event",
LiteralName = "AJ_PVP_SPECIAL_BG_ACTION",
},
{
Name = "AjQuestLogOpen",
Type = "Event",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
local AuctionHouseConstants =
{
Tables =
{
{
Name = "AuctionConstants",
Type = "Constants",
Values =
{
{ Name = "DEFAULT_AUCTION_PRICE_MULTIPLIER", Type = "number", Value = 1.5 },
},
},
},
};

APIDocumentation:AddDocumentationTable(AuctionHouseConstants);
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ local BagConstants =
{
Name = "BagFlag",
Type = "Enumeration",
NumValues = 28,
NumValues = 29,
MinValue = 1,
MaxValue = 134217728,
MaxValue = 268435456,
Fields =
{
{ Name = "DontFindStack", Type = "BagFlag", EnumValue = 1 },
Expand Down Expand Up @@ -38,6 +38,7 @@ local BagConstants =
{ Name = "LookInAccountBankOnly", Type = "BagFlag", EnumValue = 33554432 },
{ Name = "HasRefund", Type = "BagFlag", EnumValue = 67108864 },
{ Name = "SkipValidCountCheck", Type = "BagFlag", EnumValue = 134217728 },
{ Name = "AllowSoulboundItemInAccountBank", Type = "BagFlag", EnumValue = 268435456 },
},
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ local BattleNet =
{ Name = "characterLevel", Type = "number", Nilable = true },
{ Name = "richPresence", Type = "string", Nilable = true },
{ Name = "playerGuid", Type = "WOWGUID", Nilable = true },
{ Name = "isWowMobile", Type = "bool", Nilable = false },
{ Name = "canSummon", Type = "bool", Nilable = false },
{ Name = "hasFocus", Type = "bool", Nilable = false },
{ Name = "regionID", Type = "number", Nilable = false },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ FrameAPISimpleCheckoutDocumentation.lua
FrameAPITabardModelBaseDocumentation.lua
FrameAPIUnitPositionFrameDocumentation.lua
FrameScriptDocumentation.lua
FriendListDocumentation.lua
GMTicketInfoDocumentation.lua
GameCursorDocumentation.lua
GameEnvironmentManagerDocumentation.lua
GameErrorDocumentation.lua
GameModeManagerDocumentation.lua
GamePadDocumentation.lua
GameRulesDocumentation.lua
GameUIDocumentation.lua
Expand Down Expand Up @@ -146,6 +146,7 @@ ReportSystemDocumentation.lua
ReputationInfoDocumentation.lua
ResearchInfoDocumentation.lua
RestrictedActionsDocumentation.lua
ScenarioInfoDocumentation.lua
ScreenDocumentation.lua
ScriptWarningsDocumentation.lua
SecureTransferDocumentation.lua
Expand Down Expand Up @@ -193,6 +194,7 @@ SimpleTextureBaseAPIDocumentation.lua
SkillInfoDocumentation.lua
SlashCommandDocumentation.lua
SocialQueueDocumentation.lua
SocialRestrictionsDocumentation.lua
SoundDocumentation.lua
SpecializationInfoDocumentation.lua
SpecializationSharedDocumentation.lua
Expand All @@ -219,6 +221,7 @@ TradeInfoDocumentation.lua
TrainerDocumentation.lua
TraitConfigDocumentation.lua
TransmogDocumentation.lua
TransmogItemsDocumentation.lua
TutorialDocumentation.lua
UIColorDocumentation.lua
UIEventToastManagerDocumentation.lua
Expand All @@ -232,6 +235,7 @@ UIWidgetManagerDocumentation.lua
URLDocumentation.lua
UnitDocumentation.lua
UnitAuraDocumentation.lua
UnitRoleDocumentation.lua
UserFeedbackDocumentation.lua
VehicleDocumentation.lua
VideoDocumentation.lua
Expand All @@ -254,20 +258,19 @@ FrameAPICharacterModelBaseDocumentation.lua
FrameAPIDressUpModelDocumentation.lua
FrameAPIModelSceneFrameActorDocumentation.lua
FrameAPITabardModelDocumentation.lua
FriendListDocumentation.lua
LFGListRolesDocumentation.lua
MailInfoDocumentation.lua
MapDocumentation.lua
ReforgeDocumentation.lua
ScriptedAnimationsDocumentation.lua
SeasonsDocumentation.lua
SocialRestrictionsDocumentation.lua
SystemDocumentation.lua
TradeSkillUIDocumentation.lua
TransmogItemsDocumentation.lua
AccountConstantsDocumentation.lua
ActionDocumentation.lua
AppearanceSourceDocumentation.lua
ArrowCalloutConstantsDocumentation.lua
AuctionHouseConstantsDocumentation.lua
AuctionHouseEnumsDocumentation.lua
AzeriteConstantsDocumentation.lua
BagConstantsDocumentation.lua
Expand All @@ -289,6 +292,7 @@ ContentTrackingTypesDocumentation.lua
CurrencyConstantsDocumentation.lua
CursorConstDocumentation.lua
DamageConstantsDocumentation.lua
DelvesConstantsDocumentation.lua
EditModeManagerSharedDocumentation.lua
EncounterJournalConstantsDocumentation.lua
ExpansionLandingPageConstantsDocumentation.lua
Expand All @@ -300,6 +304,7 @@ GamePadConstDocumentation.lua
GameRulesConstantsDocumentation.lua
GarrisonConstantsDocumentation.lua
GossipConstantsDocumentation.lua
GroupFinderConstantsDocumentation.lua
GuildInfoSharedDocumentation.lua
InputConstantsDocumentation.lua
ItemConstantsDocumentation.lua
Expand Down Expand Up @@ -337,6 +342,7 @@ QuestSessionConstantsDocumentation.lua
QueueSpecificDocumentation.lua
RecruitAFriendSharedDocumentation.lua
ReportSystemConstantsDocumentation.lua
ScreenLocationConstantsDocumentation.lua
ScriptRegionSharedDocumentation.lua
SharedScriptObjectModelLightDocumentation.lua
SharedScriptObjectUnitPositionFrameDocumentation.lua
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,25 @@ local ChatInfo =
{ Name = "isCensored", Type = "bool", Nilable = false },
},
},
{
Name = "IsLoggingChat",
Type = "Function",

Returns =
{
{ Name = "enabled", Type = "bool", Nilable = false },
},
},
{
Name = "IsLoggingCombat",
Type = "Function",

Returns =
{
{ Name = "enabled", Type = "bool", Nilable = false },
{ Name = "advanced", Type = "bool", Nilable = false },
},
},
{
Name = "IsPartyChannelType",
Type = "Function",
Expand Down Expand Up @@ -430,6 +449,16 @@ local ChatInfo =
{ Name = "supressRaidIcons", Type = "bool", Nilable = false },
},
},
{
Name = "ChatLoggingChanged",
Type = "Event",
LiteralName = "CHAT_LOGGING_CHANGED",
Payload =
{
{ Name = "whichLog", Type = "number", Nilable = false },
{ Name = "isEnabled", Type = "bool", Nilable = false },
},
},
{
Name = "ChatMsgAchievement",
Type = "Event",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,22 @@ local Club =
{ Name = "invitations", Type = "table", InnerType = "ClubSelfInvitationInfo", Nilable = false },
},
},
{
Name = "GetLastTicketResponse",
Type = "Function",

Arguments =
{
{ Name = "ticket", Type = "string", Nilable = false },
},

Returns =
{
{ Name = "error", Type = "ClubErrorType", Nilable = false },
{ Name = "info", Type = "ClubInfo", Nilable = true },
{ Name = "showError", Type = "bool", Nilable = false },
},
},
{
Name = "GetMemberInfo",
Type = "Function",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ local CurrencyConstants =
{
Name = "AccountCurrencyTransferResult",
Type = "Enumeration",
NumValues = 9,
NumValues = 10,
MinValue = 0,
MaxValue = 8,
MaxValue = 9,
Fields =
{
{ Name = "Success", Type = "AccountCurrencyTransferResult", EnumValue = 0 },
Expand All @@ -19,6 +19,7 @@ local CurrencyConstants =
{ Name = "NoValidSourceCharacter", Type = "AccountCurrencyTransferResult", EnumValue = 6 },
{ Name = "ServerError", Type = "AccountCurrencyTransferResult", EnumValue = 7 },
{ Name = "CannotUseCurrency", Type = "AccountCurrencyTransferResult", EnumValue = 8 },
{ Name = "TransactionInProgress", Type = "AccountCurrencyTransferResult", EnumValue = 9 },
},
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
local DelvesConstants =
{
Tables =
{
{
Name = "CompanionConfigSlotTypes",
Type = "Enumeration",
NumValues = 3,
MinValue = 0,
MaxValue = 2,
Fields =
{
{ Name = "Role", Type = "CompanionConfigSlotTypes", EnumValue = 0 },
{ Name = "Utility", Type = "CompanionConfigSlotTypes", EnumValue = 1 },
{ Name = "Combat", Type = "CompanionConfigSlotTypes", EnumValue = 2 },
},
},
{
Name = "CurioRarity",
Type = "Enumeration",
NumValues = 4,
MinValue = 1,
MaxValue = 4,
Fields =
{
{ Name = "Common", Type = "CurioRarity", EnumValue = 1 },
{ Name = "Uncommon", Type = "CurioRarity", EnumValue = 2 },
{ Name = "Rare", Type = "CurioRarity", EnumValue = 3 },
{ Name = "Epic", Type = "CurioRarity", EnumValue = 4 },
},
},
{
Name = "DelvesConsts",
Type = "Constants",
Values =
{
{ Name = "DELVES_MIN_PLAYER_LEVEL_CONTENT_TUNING_ID", Type = "number", Value = 2677 },
{ Name = "DELVES_NORMAL_KEY_CURRENCY_ID", Type = "number", Value = 3028 },
{ Name = "DELVES_COMPANION_TOOLTIP_WIDGET_SET_ID", Type = "number", Value = 1331 },
{ Name = "DELVES_COMPANION_TRAIT_SYSTEM_ID", Type = "number", Value = 6 },
{ Name = "BRANN_COMPANION_INFO_ID", Type = "number", Value = 1 },
{ Name = "BRANN_MAX_LEVEL", Type = "number", Value = 60 },
{ Name = "BRANN_XP_FACTION_ID", Type = "number", Value = 1203 },
},
},
},
};

APIDocumentation:AddDocumentationTable(DelvesConstants);
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,20 @@ local ExpansionInfo =
{ Name = "isAtLeast", Type = "bool", Nilable = false },
},
},
{
Name = "ClassicExpansionAtMost",
Type = "Function",

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

Returns =
{
{ Name = "isAtMost", Type = "bool", Nilable = false },
},
},
{
Name = "GetClassicExpansionLevel",
Type = "Function",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,33 @@ local FrameAPIDressUpModel =
{ Name = "itemModAppearanceID", Type = "number", Nilable = false },
},
},
{
Name = "GetItemTransmogInfo",
Type = "Function",

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

Returns =
{
{ Name = "itemTransmogInfo", Type = "ItemTransmogInfo", Mixin = "ItemTransmogInfoMixin", Nilable = false },
},
},
{
Name = "GetItemTransmogInfoList",
Type = "Function",

Arguments =
{
},

Returns =
{
{ Name = "infoList", Type = "table", InnerType = "ItemTransmogInfo", Nilable = false },
},
},
{
Name = "GetObeyHideInTransmogFlag",
Type = "Function",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ local FriendList =
Payload =
{
{ Name = "friendId", Type = "number", Nilable = false },
{ Name = "isCompanionApp", Type = "bool", Nilable = false, Default = false },
},
},
{
Expand All @@ -417,6 +418,7 @@ local FriendList =
Payload =
{
{ Name = "friendId", Type = "number", Nilable = false },
{ Name = "isCompanionApp", Type = "bool", Nilable = false, Default = false },
},
},
{
Expand Down Expand Up @@ -485,6 +487,20 @@ local FriendList =
Type = "Event",
LiteralName = "MUTELIST_UPDATE",
},
{
Name = "NewMatchmakingPartyInvite",
Type = "Event",
LiteralName = "NEW_MATCHMAKING_PARTY_INVITE",
},
{
Name = "RejectedMatchmakingPartyInvite",
Type = "Event",
LiteralName = "REJECTED_MATCHMAKING_PARTY_INVITE",
Payload =
{
{ Name = "name", Type = "cstring", Nilable = false },
},
},
{
Name = "WhoListUpdate",
Type = "Event",
Expand All @@ -508,6 +524,7 @@ local FriendList =
{ Name = "level", Type = "number", Nilable = false },
{ Name = "dnd", Type = "bool", Nilable = false },
{ Name = "afk", Type = "bool", Nilable = false },
{ Name = "rafLinkType", Type = "RafLinkType", Nilable = false },
},
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ local GMTicketInfo =
{ Name = "caseIndex", Type = "number", Nilable = true },
{ Name = "waitTimeMinutes", Type = "number", Nilable = true },
{ Name = "waitMessage", Type = "cstring", Nilable = true },
{ Name = "caseTitle", Type = "cstring", Nilable = true },
{ Name = "caseDescription", Type = "cstring", Nilable = true },
},
},
},
Expand Down
Loading

0 comments on commit d99f015

Please sign in to comment.