Include Blizzard_APIDocumentation and Search API Button to Code Editor with Wrath Classic Data (#57)
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
local PvPFactionConstants =
|
||||
{
|
||||
Tables =
|
||||
{
|
||||
{
|
||||
Name = "PvPFaction",
|
||||
Type = "Enumeration",
|
||||
NumValues = 2,
|
||||
MinValue = 0,
|
||||
MaxValue = 1,
|
||||
Fields =
|
||||
{
|
||||
{ Name = "Horde", Type = "PvPFaction", EnumValue = 0 },
|
||||
{ Name = "Alliance", Type = "PvPFaction", EnumValue = 1 },
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
APIDocumentation:AddDocumentationTable(PvPFactionConstants);
|
||||
Reference in New Issue
Block a user