Mantis#2197. Thank you kindly, Tyre, for a patch that:

adds the new function osTeleportAgent().
This commit is contained in:
Charles Krinke
2008-09-15 14:32:02 +00:00
parent ab30c6dc62
commit 5164fa2411
8 changed files with 114 additions and 4 deletions

View File

@@ -44,6 +44,10 @@ namespace OpenSim.Region.ScriptEngine.Common
void osSetParcelMediaURL(string url);
void osSetPrimFloatOnWater(int floatYN);
// Teleport commands
void osTeleportAgent(string agent, string regionName, LSL_Types.Vector3 position, LSL_Types.Vector3 lookat);
void osTeleportAgent(string agent, LSL_Types.Vector3 position, LSL_Types.Vector3 lookat);
// Animation commands
void osAvatarPlayAnimation(string avatar, string animation);
void osAvatarStopAnimation(string avatar, string animation);