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"
}
}