(feat/API) replace Blizzard_APIDocumentation with Wrath Private Data (#72)
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
local MultiCastActions =
|
||||
{
|
||||
Name = "MultiCast Actions",
|
||||
Type = "System",
|
||||
Namespace = "MultiCast Actions",
|
||||
|
||||
Functions =
|
||||
{
|
||||
{
|
||||
Name = "SetMultiCastSpell",
|
||||
Type = "Function",
|
||||
|
||||
Arguments =
|
||||
{
|
||||
{ Name = "action", Type = "number", Nilable = false },
|
||||
{ Name = "spell", Type = "number", Nilable = false },
|
||||
},
|
||||
|
||||
},
|
||||
},
|
||||
|
||||
Events =
|
||||
{
|
||||
},
|
||||
|
||||
Tables =
|
||||
{
|
||||
},
|
||||
};
|
||||
|
||||
APIDocumentation:AddDocumentationTable(MultiCastActions);
|
||||
Reference in New Issue
Block a user