Include Blizzard_APIDocumentation and Search API Button to Code Editor with Wrath Classic Data (#57)
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
local Bank =
|
||||
{
|
||||
Name = "Bank",
|
||||
Type = "System",
|
||||
Namespace = "C_Bank",
|
||||
|
||||
Functions =
|
||||
{
|
||||
},
|
||||
|
||||
Events =
|
||||
{
|
||||
{
|
||||
Name = "BankBagSlotFlagsUpdated",
|
||||
Type = "Event",
|
||||
LiteralName = "BANK_BAG_SLOT_FLAGS_UPDATED",
|
||||
Payload =
|
||||
{
|
||||
{ Name = "slot", Type = "number", Nilable = false },
|
||||
},
|
||||
},
|
||||
{
|
||||
Name = "BankframeClosed",
|
||||
Type = "Event",
|
||||
LiteralName = "BANKFRAME_CLOSED",
|
||||
},
|
||||
{
|
||||
Name = "BankframeOpened",
|
||||
Type = "Event",
|
||||
LiteralName = "BANKFRAME_OPENED",
|
||||
},
|
||||
{
|
||||
Name = "PlayerbankbagslotsChanged",
|
||||
Type = "Event",
|
||||
LiteralName = "PLAYERBANKBAGSLOTS_CHANGED",
|
||||
},
|
||||
{
|
||||
Name = "PlayerbankslotsChanged",
|
||||
Type = "Event",
|
||||
LiteralName = "PLAYERBANKSLOTS_CHANGED",
|
||||
Payload =
|
||||
{
|
||||
{ Name = "slot", Type = "number", Nilable = false },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Tables =
|
||||
{
|
||||
},
|
||||
};
|
||||
|
||||
APIDocumentation:AddDocumentationTable(Bank);
|
||||
Reference in New Issue
Block a user