mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Add in a stub for llSHA1String. I believe it is the only one new
function we were missing.
This commit is contained in:
@@ -1029,6 +1029,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
return m_LSL_Functions.llMD5String(src, nonce);
|
||||
}
|
||||
|
||||
public LSL_String llSHA1String(string src)
|
||||
{
|
||||
return m_LSL_Functions.llSHA1String(src);
|
||||
}
|
||||
|
||||
public void llMessageLinked(int linknum, int num, string str, string id)
|
||||
{
|
||||
m_LSL_Functions.llMessageLinked(linknum, num, str, id);
|
||||
|
||||
Reference in New Issue
Block a user