Show raw api
{
"functions": [
{
"name": "createFromInstance",
"desc": "Creates an AnimationModel from an Instance.\nReturns a Result.\n- Instance must have an Attribute named `ModelType` which must be a string!!\n#### Valid ModelTypes\n| Name | ClassName |\n| ---------- | -------- |\n| `Model` | CFramedModel |\n| `CFramedTrain` | CFramedTrainModel |\n| `Hinged` | HingedModel_Client |",
"params": [
{
"name": "instance",
"desc": "",
"lua_type": "Instance"
}
],
"returns": [
{
"desc": "",
"lua_type": "Result"
}
],
"function_type": "static",
"source": {
"line": 51,
"path": "src/shared/client/animationModel/init.lua"
}
}
],
"properties": [],
"types": [],
"name": "AnimationModelModule_Client",
"desc": "",
"source": {
"line": 19,
"path": "src/shared/client/animationModel/init.lua"
}
}