Include Blizzard_APIDocumentation and Search API Button to Code Editor with Wrath Classic Data (#57)
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
local RecruitAFriendShared =
|
||||
{
|
||||
Tables =
|
||||
{
|
||||
{
|
||||
Name = "RafLinkType",
|
||||
Type = "Enumeration",
|
||||
NumValues = 4,
|
||||
MinValue = 0,
|
||||
MaxValue = 3,
|
||||
Fields =
|
||||
{
|
||||
{ Name = "None", Type = "RafLinkType", EnumValue = 0 },
|
||||
{ Name = "Recruit", Type = "RafLinkType", EnumValue = 1 },
|
||||
{ Name = "Friend", Type = "RafLinkType", EnumValue = 2 },
|
||||
{ Name = "Both", Type = "RafLinkType", EnumValue = 3 },
|
||||
},
|
||||
},
|
||||
{
|
||||
Name = "RecruitAFriendRewardsVersion",
|
||||
Type = "Enumeration",
|
||||
NumValues = 4,
|
||||
MinValue = 0,
|
||||
MaxValue = 3,
|
||||
Fields =
|
||||
{
|
||||
{ Name = "InvalidVersion", Type = "RecruitAFriendRewardsVersion", EnumValue = 0 },
|
||||
{ Name = "UnusedVersionOne", Type = "RecruitAFriendRewardsVersion", EnumValue = 1 },
|
||||
{ Name = "VersionTwo", Type = "RecruitAFriendRewardsVersion", EnumValue = 2 },
|
||||
{ Name = "VersionThree", Type = "RecruitAFriendRewardsVersion", EnumValue = 3 },
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
APIDocumentation:AddDocumentationTable(RecruitAFriendShared);
|
||||
Reference in New Issue
Block a user