Skip to main content

HingedModel_Client

This item only works when running on the client. Client

Handles syncing of base and axis for HingedModel

Functions

new

HingedModel_Client.new(modelModel) → ()

Constructor

create

HingedModel_Client.create(modelModel) → ()

Creates a HingeModel_Server from a model

Show raw api
{
    "functions": [
        {
            "name": "new",
            "desc": "Constructor",
            "params": [
                {
                    "name": "model",
                    "desc": "",
                    "lua_type": "Model"
                }
            ],
            "returns": [],
            "function_type": "static",
            "source": {
                "line": 24,
                "path": "src/shared/client/animationModel/HingedModel.lua"
            }
        },
        {
            "name": "create",
            "desc": "Creates a HingeModel_Server from a model",
            "params": [
                {
                    "name": "model",
                    "desc": "",
                    "lua_type": "Model"
                }
            ],
            "returns": [],
            "function_type": "static",
            "source": {
                "line": 52,
                "path": "src/shared/client/animationModel/HingedModel.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "HingedModel_Client",
    "desc": "Handles syncing of base and axis for HingedModel",
    "realm": [
        "Client"
    ],
    "source": {
        "line": 18,
        "path": "src/shared/client/animationModel/HingedModel.lua"
    }
}