49 lines
760 B
Lua
49 lines
760 B
Lua
local NewItems =
|
|
{
|
|
Name = "NewItems",
|
|
Type = "System",
|
|
Namespace = "C_NewItems",
|
|
|
|
Functions =
|
|
{
|
|
{
|
|
Name = "ClearAll",
|
|
Type = "Function",
|
|
},
|
|
{
|
|
Name = "IsNewItem",
|
|
Type = "Function",
|
|
|
|
Arguments =
|
|
{
|
|
{ Name = "containerIndex", Type = "BagIndex", Nilable = false },
|
|
{ Name = "slotIndex", Type = "luaIndex", Nilable = false },
|
|
},
|
|
|
|
Returns =
|
|
{
|
|
{ Name = "isNew", Type = "bool", Nilable = false },
|
|
},
|
|
},
|
|
{
|
|
Name = "RemoveNewItem",
|
|
Type = "Function",
|
|
|
|
Arguments =
|
|
{
|
|
{ Name = "containerIndex", Type = "BagIndex", Nilable = false },
|
|
{ Name = "slotIndex", Type = "luaIndex", Nilable = false },
|
|
},
|
|
},
|
|
},
|
|
|
|
Events =
|
|
{
|
|
},
|
|
|
|
Tables =
|
|
{
|
|
},
|
|
};
|
|
|
|
APIDocumentation:AddDocumentationTable(NewItems); |