several changes to llTargetedEmail

This commit is contained in:
UbitUmarov
2020-08-08 17:37:48 +01:00
parent d022891cc1
commit baf94f1af5
4 changed files with 59 additions and 36 deletions

View File

@@ -426,7 +426,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
LSL_Integer llTarget(LSL_Vector position, double range);
void llTargetOmega(LSL_Vector axis, double spinrate, double gain);
void llTargetRemove(int number);
void llTargetedEmail(LSL_Integer target, string subject, string message);
void llTargetedEmail(LSL_Integer target, LSL_String subject, LSL_String message);
void llTeleportAgentHome(string agent);
void llTeleportAgent(string agent, string simname, LSL_Vector pos, LSL_Vector lookAt);
void llTeleportAgentGlobalCoords(string agent, LSL_Vector global, LSL_Vector pos, LSL_Vector lookAt);