Include Blizzard_APIDocumentation and Search API Button to Code Editor with Wrath Classic Data (#57)

This commit is contained in:
NoM0Re
2025-07-05 19:08:53 +02:00
committed by GitHub
parent ad68aa2f97
commit 0971189346
319 changed files with 47180 additions and 18 deletions
@@ -0,0 +1,61 @@
local StorePublicUI =
{
Name = "StorePublic",
Type = "System",
Namespace = "C_StorePublic",
Functions =
{
{
Name = "DoesGroupHavePurchaseableProducts",
Type = "Function",
Arguments =
{
{ Name = "groupID", Type = "number", Nilable = false },
},
Returns =
{
{ Name = "hasPurchaseableProducts", Type = "bool", Nilable = false },
},
},
{
Name = "HasPurchaseableProducts",
Type = "Function",
Returns =
{
{ Name = "hasPurchaseableProducts", Type = "bool", Nilable = false },
},
},
{
Name = "IsDisabledByParentalControls",
Type = "Function",
Returns =
{
{ Name = "disabled", Type = "bool", Nilable = false },
},
},
{
Name = "IsEnabled",
Type = "Function",
Returns =
{
{ Name = "enabled", Type = "bool", Nilable = false },
},
},
},
Events =
{
},
Tables =
{
},
};
APIDocumentation:AddDocumentationTable(StorePublicUI);