Fix and hook up llTeleportAgent

This commit is contained in:
Melanie
2012-02-28 20:51:19 +01:00
parent 0fb50a8a9e
commit f11ab97747
3 changed files with 7 additions and 1 deletions

View File

@@ -395,6 +395,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
void llTargetOmega(LSL_Vector axis, double spinrate, double gain);
void llTargetRemove(int number);
void llTeleportAgentHome(string agent);
void llTeleportAgent(string agent, string simname, LSL_Vector pos, LSL_Vector lookAt);
void llTextBox(string avatar, string message, int chat_channel);
LSL_String llToLower(string source);
LSL_String llToUpper(string source);