ll.UpdateCharacter(Options: list) : ()
Updates settings for a pathfinding character.
ll.UpdateCharacter({})
{
"def": "func",
"desc": "Updates settings for a pathfinding character.",
"energy": 10,
"sleep": 0,
"pure": false,
"link": "https://wiki.secondlife.com/wiki/LlUpdateCharacter",
"name": "UpdateCharacter",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"()"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Options",
"desc": "Character configuration options. Takes the same constants as llCreateCharacter().",
"type": [
"list"
],
"variadic": false,
"optional": false
}
]
}
]
}