83 lines
1.2 KiB
Lua
83 lines
1.2 KiB
Lua
local ModifiedClick =
|
|
{
|
|
Name = "Modified Click",
|
|
Type = "System",
|
|
Namespace = "Modified Click",
|
|
|
|
Functions =
|
|
{
|
|
{
|
|
Name = "GetModifiedClick",
|
|
Type = "Function",
|
|
|
|
Arguments =
|
|
{
|
|
{ Name = "name", Type = "string", Nilable = false },
|
|
},
|
|
|
|
Returns =
|
|
{
|
|
{ Name = "binding", Type = "string", Nilable = false },
|
|
},
|
|
},
|
|
{
|
|
Name = "GetModifiedClickAction",
|
|
Type = "Function",
|
|
|
|
Arguments =
|
|
{
|
|
{ Name = "index", Type = "luaIndex", Nilable = false },
|
|
},
|
|
|
|
Returns =
|
|
{
|
|
{ Name = "action", Type = "string", Nilable = false },
|
|
},
|
|
},
|
|
{
|
|
Name = "GetNumModifiedClickActions",
|
|
Type = "Function",
|
|
|
|
Returns =
|
|
{
|
|
{ Name = "num", Type = "number", Nilable = false },
|
|
},
|
|
},
|
|
{
|
|
Name = "IsModifiedClick",
|
|
Type = "Function",
|
|
|
|
Arguments =
|
|
{
|
|
{ Name = "type", Type = "string", Nilable = false },
|
|
},
|
|
|
|
Returns =
|
|
{
|
|
{ Name = "modifiedClick", Type = "bool", Nilable = false },
|
|
},
|
|
},
|
|
{
|
|
Name = "SetModifiedClick",
|
|
Type = "Function",
|
|
|
|
Arguments =
|
|
{
|
|
{ Name = "action", Type = "string", Nilable = false },
|
|
{ Name = "binding", Type = "string", Nilable = false },
|
|
},
|
|
|
|
},
|
|
},
|
|
|
|
Events =
|
|
{
|
|
},
|
|
|
|
Tables =
|
|
{
|
|
},
|
|
};
|
|
|
|
APIDocumentation:AddDocumentationTable(ModifiedClick);
|