Include Blizzard_APIDocumentation and Search API Button to Code Editor with Wrath Classic Data (#57)
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
local SocialInfo =
|
||||
{
|
||||
Name = "SocialInfo",
|
||||
Type = "System",
|
||||
Namespace = "C_Social",
|
||||
|
||||
Functions =
|
||||
{
|
||||
},
|
||||
|
||||
Events =
|
||||
{
|
||||
{
|
||||
Name = "SocialItemReceived",
|
||||
Type = "Event",
|
||||
LiteralName = "SOCIAL_ITEM_RECEIVED",
|
||||
},
|
||||
{
|
||||
Name = "TwitterLinkResult",
|
||||
Type = "Event",
|
||||
LiteralName = "TWITTER_LINK_RESULT",
|
||||
Payload =
|
||||
{
|
||||
{ Name = "isLinked", Type = "bool", Nilable = false },
|
||||
{ Name = "screenName", Type = "cstring", Nilable = false },
|
||||
{ Name = "error", Type = "cstring", Nilable = false },
|
||||
},
|
||||
},
|
||||
{
|
||||
Name = "TwitterPostResult",
|
||||
Type = "Event",
|
||||
LiteralName = "TWITTER_POST_RESULT",
|
||||
Payload =
|
||||
{
|
||||
{ Name = "result", Type = "luaIndex", Nilable = false },
|
||||
},
|
||||
},
|
||||
{
|
||||
Name = "TwitterStatusUpdate",
|
||||
Type = "Event",
|
||||
LiteralName = "TWITTER_STATUS_UPDATE",
|
||||
Payload =
|
||||
{
|
||||
{ Name = "isTwitterEnabled", Type = "bool", Nilable = false },
|
||||
{ Name = "isLinked", Type = "bool", Nilable = false },
|
||||
{ Name = "screenName", Type = "cstring", Nilable = false },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Tables =
|
||||
{
|
||||
},
|
||||
};
|
||||
|
||||
APIDocumentation:AddDocumentationTable(SocialInfo);
|
||||
Reference in New Issue
Block a user