diff options
author | Charles Krinke | 2009-01-28 04:50:25 +0000 |
---|---|---|
committer | Charles Krinke | 2009-01-28 04:50:25 +0000 |
commit | fe18adbc1179318cb230b9ac01db0e26e40ec93d (patch) | |
tree | 9f8ee7acbadcae962e317e55f04a932215330e81 /OpenSim/Region/ScriptEngine/Shared/Api/Interface | |
parent | Removing ThirdParty/3Di from prebuild.xml. (diff) | |
download | opensim-SC-fe18adbc1179318cb230b9ac01db0e26e40ec93d.zip opensim-SC-fe18adbc1179318cb230b9ac01db0e26e40ec93d.tar.gz opensim-SC-fe18adbc1179318cb230b9ac01db0e26e40ec93d.tar.bz2 opensim-SC-fe18adbc1179318cb230b9ac01db0e26e40ec93d.tar.xz |
Add in a stub for llSHA1String. I believe it is the only one new
function we were missing.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs index 6ca254a..94da01e 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs | |||
@@ -233,7 +233,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
233 | void llMakeFountain(int particles, float scale, float vel, float lifetime, float arc, int bounce, string texture, LSL_Vector offset, float bounce_offset); | 233 | void llMakeFountain(int particles, float scale, float vel, float lifetime, float arc, int bounce, string texture, LSL_Vector offset, float bounce_offset); |
234 | void llMakeSmoke(int particles, double scale, double vel, double lifetime, double arc, string texture, LSL_Vector offset); | 234 | void llMakeSmoke(int particles, double scale, double vel, double lifetime, double arc, string texture, LSL_Vector offset); |
235 | void llMapDestination(string simname, LSL_Vector pos, LSL_Vector look_at); | 235 | void llMapDestination(string simname, LSL_Vector pos, LSL_Vector look_at); |
236 | LSL_String llMD5String(string src, int nonce); | 236 | LSL_String llMD5String(string src, int nonce); |
237 | LSL_String llSHA1String(string src); | ||
237 | void llMessageLinked(int linknum, int num, string str, string id); | 238 | void llMessageLinked(int linknum, int num, string str, string id); |
238 | void llMinEventDelay(double delay); | 239 | void llMinEventDelay(double delay); |
239 | void llModifyLand(int action, int brush); | 240 | void llModifyLand(int action, int brush); |