30 lines
438 B
Lua
30 lines
438 B
Lua
local Tutorial =
|
|
{
|
|
Name = "Tutorial",
|
|
Type = "System",
|
|
Namespace = "C_Tutorial",
|
|
|
|
Functions =
|
|
{
|
|
},
|
|
|
|
Events =
|
|
{
|
|
{
|
|
Name = "TutorialTrigger",
|
|
Type = "Event",
|
|
LiteralName = "TUTORIAL_TRIGGER",
|
|
Payload =
|
|
{
|
|
{ Name = "tutorialIndex", Type = "number", Nilable = false },
|
|
{ Name = "forceShow", Type = "bool", Nilable = false },
|
|
},
|
|
},
|
|
},
|
|
|
|
Tables =
|
|
{
|
|
},
|
|
};
|
|
|
|
APIDocumentation:AddDocumentationTable(Tutorial); |