46 lines
499 B
Lua
46 lines
499 B
Lua
local Deprecated =
|
|
{
|
|
Name = "Deprecated",
|
|
Type = "System",
|
|
Namespace = "Deprecated",
|
|
|
|
Functions =
|
|
{
|
|
{
|
|
Name = "AcceptSkillUps",
|
|
Type = "Function",
|
|
|
|
},
|
|
{
|
|
Name = "AddSkillUp",
|
|
Type = "Function",
|
|
|
|
},
|
|
{
|
|
Name = "GetExtendedItemInfo",
|
|
Type = "Function",
|
|
|
|
},
|
|
{
|
|
Name = "ReportBug",
|
|
Type = "Function",
|
|
|
|
},
|
|
{
|
|
Name = "ReportSuggestion",
|
|
Type = "Function",
|
|
|
|
},
|
|
},
|
|
|
|
Events =
|
|
{
|
|
},
|
|
|
|
Tables =
|
|
{
|
|
},
|
|
};
|
|
|
|
APIDocumentation:AddDocumentationTable(Deprecated);
|