Skip to content

Commit

Permalink
2.5.3 (41812)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gethe committed Jan 19, 2022
1 parent ecef67c commit 8b868aa
Show file tree
Hide file tree
Showing 386 changed files with 8,194 additions and 48,629 deletions.
Expand Up @@ -21,6 +21,7 @@ AreaPoiInfoDocumentation.lua
AuctionHouseDocumentation.lua
BankDocumentation.lua
BattlePetDocumentation.lua
BehavioralMessagingDocumentation.lua
BlackMarketInfoDocumentation.lua
BrowserDocumentation.lua
CalendarDocumentation.lua
Expand Down Expand Up @@ -86,7 +87,6 @@ SecureTransferDocumentation.lua
SkillInfoDocumentation.lua
SocialInfoDocumentation.lua
SocialQueueDocumentation.lua
SocialRestrictionsDocumentation.lua
SoundDocumentation.lua
SpecializationInfoDocumentation.lua
SpellDocumentation.lua
Expand Down Expand Up @@ -124,6 +124,8 @@ DateAndTimeDocumentation.lua
FriendListDocumentation.lua
MapDocumentation.lua
ScriptedAnimationsDocumentation.lua
SeasonsDocumentation.lua
SocialRestrictionsDocumentation.lua
SystemDocumentation.lua
ActionDocumentation.lua
AppearanceSourceDocumentation.lua
Expand All @@ -141,6 +143,7 @@ CurrencyConstantsDocumentation.lua
DamageConstantsDocumentation.lua
GarrisonConstantsDocumentation.lua
GuildInfoSharedDocumentation.lua
ImGuiTypesSharedDocumentation.lua
InputConstantsDocumentation.lua
ItemConstantsDocumentation.lua
ItemLocationSharedDocumentation.lua
Expand All @@ -152,6 +155,7 @@ PetBattleConstantsDocumentation.lua
PetScalingConstantsDocumentation.lua
PlayerDocumentation.lua
ProfessionConstantsDocumentation.lua
PvpInfoConstantsDocumentation.lua
QuestConstantsDocumentation.lua
QuestSessionConstantsDocumentation.lua
QueueSpecificDocumentation.lua
Expand All @@ -161,10 +165,12 @@ TimeDocumentation.lua
TradeSkillUITypesDocumentation.lua
TransmogSharedDocumentation.lua
UIWidgetManagerSharedDocumentation.lua
UnitSexConstantsDocumentation.lua
UnitSharedDocumentation.lua
VectorSharedDocumentation.lua
VehicleConstantsDocumentation.lua
CurrencyConstants_ClassicDocumentation.lua
ItemConstants_ClassicDocumentation.lua
QuestConstants_ClassicDocumentation.lua
SeasonsConstantsDocumentation.lua
# End documentation files here
@@ -0,0 +1,59 @@
local CharacterCustomizationShared =
{
Tables =
{
{
Name = "ChrCustomizationCategoryFlag",
Type = "Enumeration",
NumValues = 1,
MinValue = 1,
MaxValue = 1,
Fields =
{
{ Name = "UndressModel", Type = "ChrCustomizationCategoryFlag", EnumValue = 1 },
},
},
{
Name = "ChrCustomizationOptionType",
Type = "Enumeration",
NumValues = 3,
MinValue = 0,
MaxValue = 2,
Fields =
{
{ Name = "SelectionPopout", Type = "ChrCustomizationOptionType", EnumValue = 0 },
{ Name = "Checkbox", Type = "ChrCustomizationOptionType", EnumValue = 1 },
{ Name = "Slider", Type = "ChrCustomizationOptionType", EnumValue = 2 },
},
},
{
Name = "CharCustomizationChoice",
Type = "Structure",
Fields =
{
{ Name = "id", Type = "number", Nilable = false },
{ Name = "name", Type = "string", Nilable = false },
{ Name = "ineligibleChoice", Type = "bool", Nilable = false },
{ Name = "isNew", Type = "bool", Nilable = false },
{ Name = "swatchColor1", Type = "table", Mixin = "ColorMixin", Nilable = true },
{ Name = "swatchColor2", Type = "table", Mixin = "ColorMixin", Nilable = true },
},
},
{
Name = "CharCustomizationOption",
Type = "Structure",
Fields =
{
{ Name = "id", Type = "number", Nilable = false },
{ Name = "name", Type = "string", Nilable = false },
{ Name = "orderIndex", Type = "number", Nilable = false },
{ Name = "optionType", Type = "ChrCustomizationOptionType", Nilable = false },
{ Name = "choices", Type = "table", InnerType = "CharCustomizationChoice", Nilable = false },
{ Name = "currentChoiceIndex", Type = "number", Nilable = false },
{ Name = "hasNewChoices", Type = "bool", Nilable = false },
},
},
},
};

APIDocumentation:AddDocumentationTable(CharacterCustomizationShared);
135 changes: 70 additions & 65 deletions Interface/AddOns/Blizzard_APIDocumentation/ChatInfoDocumentation.lua

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions Interface/AddOns/Blizzard_APIDocumentation/ClubDocumentation.lua
Expand Up @@ -223,6 +223,10 @@ local Club =
Name = "Flush",
Type = "Function",
},
{
Name = "FocusCommunityStreams",
Type = "Function",
},
{
Name = "FocusStream",
Type = "Function",
Expand Down Expand Up @@ -858,6 +862,15 @@ local Club =
{ Name = "clubTypeIsAllowed", Type = "bool", Nilable = false },
},
},
{
Name = "UnfocusAllStreams",
Type = "Function",

Arguments =
{
{ Name = "unsubscribe", Type = "bool", Nilable = false },
},
},
{
Name = "UnfocusStream",
Type = "Function",
Expand Down
Expand Up @@ -1030,7 +1030,7 @@ local CommentatorFrame =
},
},
{
Name = "SetBlacklistedAuras",
Name = "SetBlocklistedAuras",
Type = "Function",

Arguments =
Expand All @@ -1039,7 +1039,7 @@ local CommentatorFrame =
},
},
{
Name = "SetBlacklistedCooldowns",
Name = "SetBlocklistedCooldowns",
Type = "Function",

Arguments =
Expand Down
Expand Up @@ -76,9 +76,9 @@ local ConfigurationWarnings =
{ Name = "ShaderModelWillBeOutdated", Type = "ConfigurationWarning", EnumValue = 0 },
{ Name = "ShaderModelIsOutdated", Type = "ConfigurationWarning", EnumValue = 1 },
{ Name = "ConsoleDeviceSseOutdated", Type = "ConfigurationWarning", EnumValue = 2 },
{ Name = "DriverBlacklisted", Type = "ConfigurationWarning", EnumValue = 3 },
{ Name = "DriverBlocklisted", Type = "ConfigurationWarning", EnumValue = 3 },
{ Name = "DriverOutOfDate", Type = "ConfigurationWarning", EnumValue = 4 },
{ Name = "DeviceBlacklisted", Type = "ConfigurationWarning", EnumValue = 5 },
{ Name = "DeviceBlocklisted", Type = "ConfigurationWarning", EnumValue = 5 },
{ Name = "GraphicsApiWillBeOutdated", Type = "ConfigurationWarning", EnumValue = 6 },
{ Name = "OsBitsWillBeOutdated", Type = "ConfigurationWarning", EnumValue = 7 },
},
Expand Down
Expand Up @@ -94,14 +94,23 @@ local LFGListInfo =
{ Name = "hasSearchResultInfo", Type = "bool", Nilable = false },
},
},
{
Name = "IsLookingForGroupEnabled",
Type = "Function",

Returns =
{
{ Name = "isEnabled", Type = "bool", Nilable = false },
},
},
{
Name = "Search",
Type = "Function",

Arguments =
{
{ Name = "categoryID", Type = "number", Nilable = false },
{ Name = "activityID", Type = "number", Nilable = false },
{ Name = "activityIDs", Type = "table", InnerType = "number", Nilable = false },
{ Name = "filter", Type = "number", Nilable = false, Default = 0 },
{ Name = "preferredFilters", Type = "number", Nilable = false, Default = 0 },
},
Expand Down

0 comments on commit 8b868aa

Please sign in to comment.