(feat/API) replace Blizzard_APIDocumentation with Wrath Private Data (#72)
This commit is contained in:
@@ -2,10 +2,30 @@ local Tutorial =
|
||||
{
|
||||
Name = "Tutorial",
|
||||
Type = "System",
|
||||
Namespace = "C_Tutorial",
|
||||
Namespace = "Tutorial",
|
||||
|
||||
Functions =
|
||||
{
|
||||
{
|
||||
Name = "ClearTutorials",
|
||||
Type = "Function",
|
||||
|
||||
},
|
||||
{
|
||||
Name = "FlagTutorial",
|
||||
Type = "Function",
|
||||
|
||||
Arguments =
|
||||
{
|
||||
{ Name = "tutorial", Type = "string", Nilable = false },
|
||||
},
|
||||
|
||||
},
|
||||
{
|
||||
Name = "ResetTutorials",
|
||||
Type = "Function",
|
||||
|
||||
},
|
||||
},
|
||||
|
||||
Events =
|
||||
@@ -16,8 +36,7 @@ local Tutorial =
|
||||
LiteralName = "TUTORIAL_TRIGGER",
|
||||
Payload =
|
||||
{
|
||||
{ Name = "tutorialIndex", Type = "number", Nilable = false },
|
||||
{ Name = "forceShow", Type = "bool", Nilable = false },
|
||||
{ Name = "id", Type = "number", Nilable = false },
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -27,4 +46,4 @@ local Tutorial =
|
||||
},
|
||||
};
|
||||
|
||||
APIDocumentation:AddDocumentationTable(Tutorial);
|
||||
APIDocumentation:AddDocumentationTable(Tutorial);
|
||||
|
||||
Reference in New Issue
Block a user