aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
diff options
context:
space:
mode:
authorTBG Renfold2012-04-24 19:38:37 +0100
committerJustin Clark-Casey (justincc)2012-04-30 17:36:49 +0100
commit9c2a73b61ef1e834c77f5d945ebae435b033ca38 (patch)
tree363d34557661cee94d125aa741bde1ef85029614 /OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
parentrefactor: Simplify by combining SafeSendControlsToScripts() from fe8e835 into... (diff)
downloadopensim-SC_OLD-9c2a73b61ef1e834c77f5d945ebae435b033ca38.zip
opensim-SC_OLD-9c2a73b61ef1e834c77f5d945ebae435b033ca38.tar.gz
opensim-SC_OLD-9c2a73b61ef1e834c77f5d945ebae435b033ca38.tar.bz2
opensim-SC_OLD-9c2a73b61ef1e834c77f5d945ebae435b033ca38.tar.xz
llGenerateKey implementation. Creates a random UUID I.E: UUID.Random().ToString();
Signed-off-by: TBG Renfold <tbg.renfold@g2mv.co.uk>
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
index 69df392..7a797ac 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
@@ -105,6 +105,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
105 LSL_Integer llFloor(double f); 105 LSL_Integer llFloor(double f);
106 void llForceMouselook(int mouselook); 106 void llForceMouselook(int mouselook);
107 LSL_Float llFrand(double mag); 107 LSL_Float llFrand(double mag);
108 LSL_Key llGenerateKey();
108 LSL_Vector llGetAccel(); 109 LSL_Vector llGetAccel();
109 LSL_Integer llGetAgentInfo(string id); 110 LSL_Integer llGetAgentInfo(string id);
110 LSL_String llGetAgentLanguage(string id); 111 LSL_String llGetAgentLanguage(string id);