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,99 @@
local FrameAPIDressUpModel =
{
Name = "FrameAPIDressUpModel",
Type = "ScriptObject",
Functions =
{
{
Name = "Dress",
Type = "Function",
Arguments =
{
},
},
{
Name = "GetAutoDress",
Type = "Function",
Arguments =
{
},
Returns =
{
{ Name = "enabled", Type = "bool", Nilable = false },
},
},
{
Name = "GetSheathed",
Type = "Function",
Arguments =
{
},
Returns =
{
{ Name = "sheathed", Type = "bool", Nilable = false },
},
},
{
Name = "SetAutoDress",
Type = "Function",
Arguments =
{
{ Name = "enabled", Type = "bool", Nilable = false, Default = false },
},
},
{
Name = "SetSheathed",
Type = "Function",
Arguments =
{
{ Name = "sheathed", Type = "bool", Nilable = false, Default = false },
},
},
{
Name = "TryOn",
Type = "Function",
Arguments =
{
{ Name = "linkOrItemModifiedAppearanceID", Type = "IDOrLink", Nilable = false },
{ Name = "handSlotName", Type = "cstring", Nilable = true },
{ Name = "spellEnchantID", Type = "number", Nilable = true },
},
},
{
Name = "Undress",
Type = "Function",
Arguments =
{
},
},
{
Name = "UndressSlot",
Type = "Function",
Arguments =
{
{ Name = "inventorySlot", Type = "luaIndex", Nilable = false },
},
},
},
Events =
{
},
Tables =
{
},
};
APIDocumentation:AddDocumentationTable(FrameAPIDressUpModel);