Skip to main content

IKRig

This item only works when running on the server. Server

Serverside implementation of IKRig

Functions

GetTarget

IKRig:GetTarget() → Vector3?

Returns where the rig is looking at

SetRigTarget

IKRig:SetRigTarget(targetVector3?) → ()

Sets the IK Rig target and replicates it to the client

Show raw api
{
    "functions": [
        {
            "name": "GetTarget",
            "desc": "Returns where the rig is looking at",
            "params": [],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Vector3?"
                }
            ],
            "function_type": "method",
            "source": {
                "line": 48,
                "path": "src/ik/src/Server/Rig/IKRig.lua"
            }
        },
        {
            "name": "SetRigTarget",
            "desc": "Sets the IK Rig target and replicates it to the client",
            "params": [
                {
                    "name": "target",
                    "desc": "",
                    "lua_type": "Vector3?"
                }
            ],
            "returns": [],
            "function_type": "method",
            "source": {
                "line": 57,
                "path": "src/ik/src/Server/Rig/IKRig.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "IKRig",
    "desc": "Serverside implementation of IKRig",
    "realm": [
        "Server"
    ],
    "source": {
        "line": 6,
        "path": "src/ik/src/Server/Rig/IKRig.lua"
    }
}