Include Blizzard_APIDocumentation and Search API Button to Code Editor with Wrath Classic Data (#57)

This commit is contained in:
NoM0Re
2025-07-05 19:08:53 +02:00
committed by GitHub
parent ad68aa2f97
commit 0971189346
319 changed files with 47180 additions and 18 deletions
@@ -0,0 +1,68 @@
local SimpleObjectAPI =
{
Name = "SimpleObjectAPI",
Type = "ScriptObject",
Functions =
{
{
Name = "GetDebugName",
Type = "Function",
Arguments =
{
{ Name = "preferParentKey", Type = "bool", Nilable = false, Default = false },
},
Returns =
{
{ Name = "debugName", Type = "string", Nilable = false },
},
},
{
Name = "GetParent",
Type = "Function",
Arguments =
{
},
Returns =
{
{ Name = "parent", Type = "CScriptObject", Nilable = false },
},
},
{
Name = "GetParentKey",
Type = "Function",
Arguments =
{
},
Returns =
{
{ Name = "parentKey", Type = "cstring", Nilable = false },
},
},
{
Name = "SetParentKey",
Type = "Function",
Arguments =
{
{ Name = "parentKey", Type = "cstring", Nilable = false },
},
},
},
Events =
{
},
Tables =
{
},
};
APIDocumentation:AddDocumentationTable(SimpleObjectAPI);