Show raw api
{
"functions": [
{
"name": "serLookAngles",
"desc": "Encode look angles into a buffer.",
"params": [
{
"name": "yAngle",
"desc": "",
"lua_type": "number"
},
{
"name": "xAngle",
"desc": "",
"lua_type": "number"
}
],
"returns": [],
"function_type": "static",
"source": {
"line": 26,
"path": "packages/lifelikeCharactersService/source/modules/Network.luau"
}
},
{
"name": "desLookAngles",
"desc": "Decode look agnles from buffer.",
"params": [
{
"name": "buf",
"desc": "",
"lua_type": "buffer"
}
],
"returns": [
{
"desc": "",
"lua_type": "number"
},
{
"desc": "",
"lua_type": "number"
}
],
"function_type": "static",
"source": {
"line": 36,
"path": "packages/lifelikeCharactersService/source/modules/Network.luau"
}
}
],
"properties": [
{
"name": "UpdateLookAnglesRemote",
"desc": "",
"lua_type": "RemoteEvent",
"source": {
"line": 21,
"path": "packages/lifelikeCharactersService/source/modules/Network.luau"
}
}
],
"types": [],
"name": "Network",
"desc": "Simple network interface with serdes.",
"source": {
"line": 15,
"path": "packages/lifelikeCharactersService/source/modules/Network.luau"
}
}