ll.EjectFromLand(AvatarID: uuid) : ()
Ejects AvatarID from land that you own. Ejects AvatarID from land that the object owner (group or resident) owns.
ll.EjectFromLand(uuid(<key>))
{
"def": "func",
"desc": "Ejects AvatarID from land that you own.\nEjects AvatarID from land that the object owner (group or resident) owns.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlEjectFromLand",
"name": "EjectFromLand",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"()"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "AvatarID",
"desc": "",
"type": [
"uuid",
"string"
],
"variadic": false,
"optional": false
}
]
}
]
}