llMapDestination
function ll.MapDestination(RegionName: string, Position: vector, Direction: vector)Opens world map for avatar who touched it or is wearing the script, centred on RegionName with Position highlighted. Only works for scripts attached to avatar, or during touch events.
Direction currently has no effect.
Parameters
-
RegionName(string) -
Position(vector) -
Direction(vector)
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.MapDestination().
Add additional notes, caveats, or tips specific to using this function in SLua/Luau.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llMapDestination