Include Blizzard_APIDocumentation and Search API Button to Code Editor with Wrath Classic Data (#57)
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
local FogOfWar =
|
||||
{
|
||||
Name = "FogOfWar",
|
||||
Type = "System",
|
||||
Namespace = "C_FogOfWar",
|
||||
|
||||
Functions =
|
||||
{
|
||||
},
|
||||
|
||||
Events =
|
||||
{
|
||||
},
|
||||
|
||||
Tables =
|
||||
{
|
||||
{
|
||||
Name = "FogOfWarInfo",
|
||||
Type = "Structure",
|
||||
Fields =
|
||||
{
|
||||
{ Name = "fogOfWarID", Type = "number", Nilable = false },
|
||||
{ Name = "backgroundAtlas", Type = "textureAtlas", Nilable = false },
|
||||
{ Name = "maskAtlas", Type = "textureAtlas", Nilable = false },
|
||||
{ Name = "maskScalar", Type = "number", Nilable = false },
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
APIDocumentation:AddDocumentationTable(FogOfWar);
|
||||
Reference in New Issue
Block a user