Include Blizzard_APIDocumentation and Search API Button to Code Editor with Wrath Classic Data (#57)
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
local FrameAPIModelSceneFrameShared =
|
||||
{
|
||||
Tables =
|
||||
{
|
||||
{
|
||||
Name = "ModelLightType",
|
||||
Type = "Enumeration",
|
||||
NumValues = 2,
|
||||
MinValue = 0,
|
||||
MaxValue = 1,
|
||||
Fields =
|
||||
{
|
||||
{ Name = "Directional", Type = "ModelLightType", EnumValue = 0 },
|
||||
{ Name = "Point", Type = "ModelLightType", EnumValue = 1 },
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
APIDocumentation:AddDocumentationTable(FrameAPIModelSceneFrameShared);
|
||||
Reference in New Issue
Block a user