[Opensim-users] Something odd in wiki page osTeleportOwner
Ethan Gardener
eekee57 at fastmail.fm
Thu Dec 27 21:11:33 UTC 2018
It's this page:
http://opensimulator.org/wiki/OsTeleportOwner
There's 3 function prototypes, and a paragraph which refers to the three of them. I think the paragraph gets the first two mixed up. Surely you can't have a hypergrid teleport without a string to give the domain name and port of the target, right?
void osTeleportOwner(integer regionX, integer regionY, vector position, vector lookat)
void osTeleportOwner(string regionName, vector position, vector lookat)
void osTeleportOwner(vector position, vector lookat)
Teleports the owner of the object containing the script to the specified location. The first variant is able to teleport to any addressable region, including hypergrid destinations. The second variant teleports to a region in the local grid; the region coordinates are specified as region cells (not as global coordinates based on meters). The third variant teleports within the current region.
More information about the Opensim-users
mailing list