mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
add vector osGetLinkColor(LSL_Integer linknum, LSL_Integer face)
This commit is contained in:
@@ -626,5 +626,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
|
||||
LSL_String osAESEncryptTo(string secret, string plainText, string ivString);
|
||||
LSL_String osAESDecrypt(string secret, string encryptedText);
|
||||
LSL_String osAESDecryptFrom(string secret, string encryptedText, string ivString);
|
||||
vector osGetLinkColor(LSL_Integer linknum, LSL_Integer face);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user