Include Blizzard_APIDocumentation and Search API Button to Code Editor with Wrath Classic Data (#57)
This commit is contained in:
@@ -0,0 +1,92 @@
|
||||
local SocialRestrictions =
|
||||
{
|
||||
Name = "SocialRestrictions",
|
||||
Type = "System",
|
||||
Namespace = "C_SocialRestrictions",
|
||||
|
||||
Functions =
|
||||
{
|
||||
{
|
||||
Name = "AcknowledgeRegionalChatDisabled",
|
||||
Type = "Function",
|
||||
},
|
||||
{
|
||||
Name = "IsChatDisabled",
|
||||
Type = "Function",
|
||||
|
||||
Returns =
|
||||
{
|
||||
{ Name = "isDisabled", Type = "bool", Nilable = false },
|
||||
},
|
||||
},
|
||||
{
|
||||
Name = "IsMuted",
|
||||
Type = "Function",
|
||||
|
||||
Returns =
|
||||
{
|
||||
{ Name = "isMuted", Type = "bool", Nilable = false },
|
||||
},
|
||||
},
|
||||
{
|
||||
Name = "IsSilenced",
|
||||
Type = "Function",
|
||||
|
||||
Returns =
|
||||
{
|
||||
{ Name = "isSilenced", Type = "bool", Nilable = false },
|
||||
},
|
||||
},
|
||||
{
|
||||
Name = "IsSquelched",
|
||||
Type = "Function",
|
||||
|
||||
Returns =
|
||||
{
|
||||
{ Name = "isSquelched", Type = "bool", Nilable = false },
|
||||
},
|
||||
},
|
||||
{
|
||||
Name = "SetChatDisabled",
|
||||
Type = "Function",
|
||||
|
||||
Arguments =
|
||||
{
|
||||
{ Name = "disabled", Type = "bool", Nilable = false },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Events =
|
||||
{
|
||||
{
|
||||
Name = "AlertRegionalChatDisabled",
|
||||
Type = "Event",
|
||||
LiteralName = "ALERT_REGIONAL_CHAT_DISABLED",
|
||||
},
|
||||
{
|
||||
Name = "ChatDisabledChangeFailed",
|
||||
Type = "Event",
|
||||
LiteralName = "CHAT_DISABLED_CHANGE_FAILED",
|
||||
Payload =
|
||||
{
|
||||
{ Name = "disabled", Type = "bool", Nilable = false },
|
||||
},
|
||||
},
|
||||
{
|
||||
Name = "ChatDisabledChanged",
|
||||
Type = "Event",
|
||||
LiteralName = "CHAT_DISABLED_CHANGED",
|
||||
Payload =
|
||||
{
|
||||
{ Name = "disabled", Type = "bool", Nilable = false },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Tables =
|
||||
{
|
||||
},
|
||||
};
|
||||
|
||||
APIDocumentation:AddDocumentationTable(SocialRestrictions);
|
||||
Reference in New Issue
Block a user