129 lines
1.8 KiB
Lua
129 lines
1.8 KiB
Lua
local SimpleAnimFlipBookAPI =
|
|
{
|
|
Name = "SimpleAnimFlipBookAPI",
|
|
Type = "ScriptObject",
|
|
|
|
Functions =
|
|
{
|
|
{
|
|
Name = "GetFlipBookColumns",
|
|
Type = "Function",
|
|
|
|
Arguments =
|
|
{
|
|
},
|
|
|
|
Returns =
|
|
{
|
|
{ Name = "columns", Type = "number", Nilable = false },
|
|
},
|
|
},
|
|
{
|
|
Name = "GetFlipBookFrameHeight",
|
|
Type = "Function",
|
|
|
|
Arguments =
|
|
{
|
|
},
|
|
|
|
Returns =
|
|
{
|
|
{ Name = "height", Type = "number", Nilable = false },
|
|
},
|
|
},
|
|
{
|
|
Name = "GetFlipBookFrameWidth",
|
|
Type = "Function",
|
|
|
|
Arguments =
|
|
{
|
|
},
|
|
|
|
Returns =
|
|
{
|
|
{ Name = "width", Type = "number", Nilable = false },
|
|
},
|
|
},
|
|
{
|
|
Name = "GetFlipBookFrames",
|
|
Type = "Function",
|
|
|
|
Arguments =
|
|
{
|
|
},
|
|
|
|
Returns =
|
|
{
|
|
{ Name = "frames", Type = "number", Nilable = false },
|
|
},
|
|
},
|
|
{
|
|
Name = "GetFlipBookRows",
|
|
Type = "Function",
|
|
|
|
Arguments =
|
|
{
|
|
},
|
|
|
|
Returns =
|
|
{
|
|
{ Name = "rows", Type = "number", Nilable = false },
|
|
},
|
|
},
|
|
{
|
|
Name = "SetFlipBookColumns",
|
|
Type = "Function",
|
|
|
|
Arguments =
|
|
{
|
|
{ Name = "columns", Type = "number", Nilable = false },
|
|
},
|
|
},
|
|
{
|
|
Name = "SetFlipBookFrameHeight",
|
|
Type = "Function",
|
|
|
|
Arguments =
|
|
{
|
|
{ Name = "height", Type = "number", Nilable = false },
|
|
},
|
|
},
|
|
{
|
|
Name = "SetFlipBookFrameWidth",
|
|
Type = "Function",
|
|
|
|
Arguments =
|
|
{
|
|
{ Name = "width", Type = "number", Nilable = false },
|
|
},
|
|
},
|
|
{
|
|
Name = "SetFlipBookFrames",
|
|
Type = "Function",
|
|
|
|
Arguments =
|
|
{
|
|
{ Name = "frames", Type = "number", Nilable = false },
|
|
},
|
|
},
|
|
{
|
|
Name = "SetFlipBookRows",
|
|
Type = "Function",
|
|
|
|
Arguments =
|
|
{
|
|
{ Name = "rows", Type = "number", Nilable = false },
|
|
},
|
|
},
|
|
},
|
|
|
|
Events =
|
|
{
|
|
},
|
|
|
|
Tables =
|
|
{
|
|
},
|
|
};
|
|
|
|
APIDocumentation:AddDocumentationTable(SimpleAnimFlipBookAPI); |