mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-02 16:18:19 +00:00
New upstream version of builtins.txt
This commit is contained in:
parent
6e229313b1
commit
1bd9551c2f
2 changed files with 43 additions and 1 deletions
12
fndata.txt
12
fndata.txt
|
@ -1661,6 +1661,18 @@ void llLinkSetSoundQueueing(integer link, integer queue)
|
|||
|
||||
void llLinkSetSoundRadius(integer link, float radius)
|
||||
|
||||
string llHMAC(string authkey, string message, string hashalg)
|
||||
- SEF
|
||||
|
||||
string llSignRSA(string privkey, string message, string hashalg)
|
||||
- SEF
|
||||
|
||||
integer llVerifyRSA(string pubkey, string message, string signature, string hashalg)
|
||||
- SEF
|
||||
|
||||
string llReplaceSubString(string source, string search, string replace, integer count)
|
||||
- SEF
|
||||
|
||||
###################################################################
|
||||
|
||||
# Events are SEF if a script with an empty event can't be
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue