Include Blizzard_APIDocumentation and Search API Button to Code Editor with Wrath Classic Data (#57)
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
local UiModelSceneConstants =
|
||||
{
|
||||
Tables =
|
||||
{
|
||||
{
|
||||
Name = "UIModelSceneContext",
|
||||
Type = "Enumeration",
|
||||
NumValues = 2,
|
||||
MinValue = -1,
|
||||
MaxValue = 0,
|
||||
Fields =
|
||||
{
|
||||
{ Name = "None", Type = "UIModelSceneContext", EnumValue = -1 },
|
||||
{ Name = "PerksProgram", Type = "UIModelSceneContext", EnumValue = 0 },
|
||||
},
|
||||
},
|
||||
{
|
||||
Name = "UIModelSceneFlags",
|
||||
Type = "Enumeration",
|
||||
NumValues = 3,
|
||||
MinValue = 1,
|
||||
MaxValue = 4,
|
||||
Fields =
|
||||
{
|
||||
{ Name = "SheatheWeapon", Type = "UIModelSceneFlags", EnumValue = 1 },
|
||||
{ Name = "HideWeapon", Type = "UIModelSceneFlags", EnumValue = 2 },
|
||||
{ Name = "Autodress", Type = "UIModelSceneFlags", EnumValue = 4 },
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
APIDocumentation:AddDocumentationTable(UiModelSceneConstants);
|
||||
Reference in New Issue
Block a user