Files
coa-weakauras/APIDocumentation/Documentation/ScriptWarningsDocumentation.lua
T

30 lines
452 B
Lua

local ScriptWarnings =
{
Name = "ScriptWarnings",
Type = "System",
Namespace = "C_ScriptWarnings",
Functions =
{
},
Events =
{
{
Name = "LuaWarning",
Type = "Event",
LiteralName = "LUA_WARNING",
Payload =
{
{ Name = "warnType", Type = "number", Nilable = false },
{ Name = "warningText", Type = "cstring", Nilable = false },
},
},
},
Tables =
{
},
};
APIDocumentation:AddDocumentationTable(ScriptWarnings);