mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
better also add llXorBase64 to lsl api
This commit is contained in:
@@ -445,6 +445,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
|
||||
LSL_Float llWater(LSL_Vector offset);
|
||||
void llWhisper(int channelID, string text);
|
||||
LSL_Vector llWind(LSL_Vector offset);
|
||||
LSL_String llXorBase64(string str1, string str2);
|
||||
LSL_String llXorBase64Strings(string str1, string str2);
|
||||
LSL_String llXorBase64StringsCorrect(string str1, string str2);
|
||||
LSL_Integer llGetLinkNumberOfSides(LSL_Integer link);
|
||||
|
||||
Reference in New Issue
Block a user