Include Blizzard_APIDocumentation and Search API Button to Code Editor with Wrath Classic Data (#57)
This commit is contained in:
@@ -0,0 +1,149 @@
|
||||
local MinimapFrameAPI =
|
||||
{
|
||||
Name = "MinimapFrameAPI",
|
||||
Type = "ScriptObject",
|
||||
|
||||
Functions =
|
||||
{
|
||||
{
|
||||
Name = "GetPingPosition",
|
||||
Type = "Function",
|
||||
|
||||
Arguments =
|
||||
{
|
||||
},
|
||||
|
||||
Returns =
|
||||
{
|
||||
{ Name = "positionX", Type = "number", Nilable = false },
|
||||
{ Name = "positionY", Type = "number", Nilable = false },
|
||||
},
|
||||
},
|
||||
{
|
||||
Name = "GetZoom",
|
||||
Type = "Function",
|
||||
|
||||
Arguments =
|
||||
{
|
||||
},
|
||||
|
||||
Returns =
|
||||
{
|
||||
{ Name = "zoomFactor", Type = "number", Nilable = false },
|
||||
},
|
||||
},
|
||||
{
|
||||
Name = "GetZoomLevels",
|
||||
Type = "Function",
|
||||
|
||||
Arguments =
|
||||
{
|
||||
},
|
||||
|
||||
Returns =
|
||||
{
|
||||
{ Name = "zoomLevels", Type = "number", Nilable = false },
|
||||
},
|
||||
},
|
||||
{
|
||||
Name = "PingLocation",
|
||||
Type = "Function",
|
||||
|
||||
Arguments =
|
||||
{
|
||||
{ Name = "locationX", Type = "number", Nilable = false },
|
||||
{ Name = "locationY", Type = "number", Nilable = false },
|
||||
},
|
||||
},
|
||||
{
|
||||
Name = "SetBlipTexture",
|
||||
Type = "Function",
|
||||
|
||||
Arguments =
|
||||
{
|
||||
{ Name = "asset", Type = "TextureAsset", Nilable = false },
|
||||
},
|
||||
},
|
||||
{
|
||||
Name = "SetCorpsePOIArrowTexture",
|
||||
Type = "Function",
|
||||
|
||||
Arguments =
|
||||
{
|
||||
{ Name = "asset", Type = "TextureAsset", Nilable = false },
|
||||
},
|
||||
},
|
||||
{
|
||||
Name = "SetIconTexture",
|
||||
Type = "Function",
|
||||
|
||||
Arguments =
|
||||
{
|
||||
{ Name = "asset", Type = "TextureAsset", Nilable = false },
|
||||
},
|
||||
},
|
||||
{
|
||||
Name = "SetMaskTexture",
|
||||
Type = "Function",
|
||||
|
||||
Arguments =
|
||||
{
|
||||
{ Name = "asset", Type = "TextureAsset", Nilable = false },
|
||||
},
|
||||
},
|
||||
{
|
||||
Name = "SetPOIArrowTexture",
|
||||
Type = "Function",
|
||||
|
||||
Arguments =
|
||||
{
|
||||
{ Name = "asset", Type = "TextureAsset", Nilable = false },
|
||||
},
|
||||
},
|
||||
{
|
||||
Name = "SetPlayerTexture",
|
||||
Type = "Function",
|
||||
|
||||
Arguments =
|
||||
{
|
||||
{ Name = "asset", Type = "TextureAsset", Nilable = false },
|
||||
},
|
||||
},
|
||||
{
|
||||
Name = "SetStaticPOIArrowTexture",
|
||||
Type = "Function",
|
||||
|
||||
Arguments =
|
||||
{
|
||||
{ Name = "asset", Type = "TextureAsset", Nilable = false },
|
||||
},
|
||||
},
|
||||
{
|
||||
Name = "SetZoom",
|
||||
Type = "Function",
|
||||
|
||||
Arguments =
|
||||
{
|
||||
{ Name = "zoomFactor", Type = "number", Nilable = false },
|
||||
},
|
||||
},
|
||||
{
|
||||
Name = "UpdateBlips",
|
||||
Type = "Function",
|
||||
|
||||
Arguments =
|
||||
{
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Events =
|
||||
{
|
||||
},
|
||||
|
||||
Tables =
|
||||
{
|
||||
},
|
||||
};
|
||||
|
||||
APIDocumentation:AddDocumentationTable(MinimapFrameAPI);
|
||||
Reference in New Issue
Block a user