(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,80 @@
local GmTicket =
{
Name = "GM Ticket",
Type = "System",
Namespace = "GM Ticket",
Functions =
{
{
Name = "DeleteGMTicket",
Type = "Function",
},
{
Name = "GMResponseNeedMoreHelp",
Type = "Function",
},
{
Name = "GMResponseResolve",
Type = "Function",
},
{
Name = "GetGMStatus",
Type = "Function",
},
{
Name = "GetGMTicket",
Type = "Function",
},
{
Name = "GetGMTicketCategories",
Type = "Function",
Returns =
{
{ Name = "...", Type = "list", Nilable = false },
},
},
{
Name = "NewGMTicket",
Type = "Function",
Arguments =
{
{ Name = "text", Type = "string", Nilable = false },
{ Name = "needResponse", Type = "bool", Nilable = false },
},
},
{
Name = "Stuck",
Type = "Function",
},
{
Name = "UpdateGMTicket",
Type = "Function",
Arguments =
{
{ Name = "text", Type = "string", Nilable = false },
},
},
},
Events =
{
},
Tables =
{
},
};
APIDocumentation:AddDocumentationTable(GmTicket);