31 lines
543 B
Lua
31 lines
543 B
Lua
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); |