(feat/API) replace Blizzard_APIDocumentation with Wrath Private Data (#72)

This commit is contained in:
NoM0Re
2025-10-01 22:24:58 +02:00
committed by GitHub
parent 29e6f62f54
commit 517f15c7bd
392 changed files with 29576 additions and 43596 deletions
@@ -0,0 +1,86 @@
local Stanceshapeshift =
{
Name = "StanceShapeshift",
Type = "System",
Namespace = "StanceShapeshift",
Functions =
{
{
Name = "CancelShapeshiftForm",
Type = "Function",
},
{
Name = "CastShapeshiftForm",
Type = "Function",
Arguments =
{
{ Name = "index", Type = "luaIndex", Nilable = false },
},
},
{
Name = "GetNumShapeshiftForms",
Type = "Function",
Returns =
{
{ Name = "numForms", Type = "number", Nilable = false },
},
},
{
Name = "GetShapeshiftForm",
Type = "Function",
Returns =
{
{ Name = "index", Type = "luaIndex", Nilable = false },
},
},
{
Name = "GetShapeshiftFormCooldown",
Type = "Function",
Arguments =
{
{ Name = "index", Type = "luaIndex", Nilable = false },
},
Returns =
{
{ Name = "start", Type = "number", Nilable = false },
{ Name = "duration", Type = "time_t", Nilable = false },
{ Name = "enable", Type = "number", Nilable = false },
},
},
{
Name = "GetShapeshiftFormInfo",
Type = "Function",
Arguments =
{
{ Name = "index", Type = "luaIndex", Nilable = false },
},
Returns =
{
{ Name = "texture", Type = "string", Nilable = false },
{ Name = "name", Type = "string", Nilable = false },
{ Name = "isActive", Type = "bool", Nilable = false },
{ Name = "isCastable", Type = "bool", Nilable = false },
},
},
},
Events =
{
},
Tables =
{
},
};
APIDocumentation:AddDocumentationTable(Stanceshapeshift);