Include Blizzard_APIDocumentation and Search API Button to Code Editor with Wrath Classic Data (#57)
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
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);
|
||||
Reference in New Issue
Block a user