34 lines
498 B
Lua
34 lines
498 B
Lua
local ChatBubbles =
|
|
{
|
|
Name = "ChatBubbles",
|
|
Type = "System",
|
|
Namespace = "C_ChatBubbles",
|
|
|
|
Functions =
|
|
{
|
|
{
|
|
Name = "GetAllChatBubbles",
|
|
Type = "Function",
|
|
|
|
Arguments =
|
|
{
|
|
{ Name = "includeForbidden", Type = "bool", Nilable = false, Default = false },
|
|
},
|
|
|
|
Returns =
|
|
{
|
|
{ Name = "chatBubbles", Type = "table", InnerType = "ChatBubbleFrame", Nilable = false },
|
|
},
|
|
},
|
|
},
|
|
|
|
Events =
|
|
{
|
|
},
|
|
|
|
Tables =
|
|
{
|
|
},
|
|
};
|
|
|
|
APIDocumentation:AddDocumentationTable(ChatBubbles); |