(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,66 @@
local Summoning =
{
Name = "Summoning",
Type = "System",
Namespace = "Summoning",
Functions =
{
{
Name = "CancelSummon",
Type = "Function",
},
{
Name = "ConfirmSummon",
Type = "Function",
},
{
Name = "GetSummonConfirmAreaName",
Type = "Function",
Returns =
{
{ Name = "area", Type = "string", Nilable = false },
},
},
{
Name = "GetSummonConfirmSummoner",
Type = "Function",
Returns =
{
{ Name = "text", Type = "string", Nilable = false },
},
},
{
Name = "GetSummonConfirmTimeLeft",
Type = "Function",
Returns =
{
{ Name = "timeleft", Type = "number", Nilable = false },
},
},
{
Name = "PlayerCanTeleport",
Type = "Function",
Returns =
{
{ Name = "amount", Type = "bool", Nilable = false },
},
},
},
Events =
{
},
Tables =
{
},
};
APIDocumentation:AddDocumentationTable(Summoning);