ll.MapBeacon(RegionName: string, Position: vector, Options: list) : ()
Displays an in world beacon and optionally opens world map for avatar who touched the object or is wearing the script, centered on RegionName with Position highlighted. Only works for scripts attached to avatar, or during touch events.
ll.MapBeacon('test', vector(1,1,1), {})
{
"def": "func",
"desc": "Displays an in world beacon and optionally opens world map for avatar who touched the object or is wearing the script, centered on RegionName with Position highlighted. Only works for scripts attached to avatar, or during touch events.",
"energy": 10,
"sleep": 1,
"pure": false,
"link": "https://wiki.secondlife.com/wiki/LlMapBeacon",
"name": "MapBeacon",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"()"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "RegionName",
"desc": "Region in which to show the beacon.",
"type": [
"string"
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "Position",
"desc": "Position within region to show the beacon.",
"type": [
"vector"
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "Options",
"desc": "Options",
"type": [
"list"
],
"variadic": false,
"optional": false
}
]
}
]
}