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

28 lines
343 B
Lua

local UnitAura =
{
Name = "UnitAuraUpdate",
Type = "System",
Functions =
{
},
Events =
{
{
Name = "UnitAura",
Type = "Event",
LiteralName = "UNIT_AURA",
Payload =
{
{ Name = "unitTarget", Type = "UnitToken", Nilable = false },
},
},
},
Tables =
{
},
};
APIDocumentation:AddDocumentationTable(UnitAura);