mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-02 16:18:19 +00:00
Update to latest kwdb from upstream
This commit is contained in:
parent
be06ffe1f2
commit
2b07c13498
2 changed files with 15 additions and 1 deletions
|
@ -931,6 +931,9 @@ key llKeyCountKeyValue()
|
|||
key llKeysKeyValue(integer start, integer count)
|
||||
- unstable
|
||||
|
||||
vector llLinear2sRGB(vector color)
|
||||
- SEF
|
||||
|
||||
void llLinkParticleSystem(integer linknumber, list rules)
|
||||
- SEF if linknumber > 256
|
||||
|
||||
|
@ -1453,6 +1456,9 @@ void llSoundPreload(string sound)
|
|||
float llSqrt(float val)
|
||||
- SEF
|
||||
|
||||
vector llsRGB2Linear(vector srgb)
|
||||
- SEF
|
||||
|
||||
void llStartAnimation(string anim)
|
||||
|
||||
void llStartObjectAnimation(string anim)
|
||||
|
@ -1497,6 +1503,9 @@ float llTan(float theta)
|
|||
integer llTarget(vector position, float range)
|
||||
- unstable
|
||||
|
||||
void llTargetedEmail(integer target, string subject, string body)
|
||||
- delay 20.0
|
||||
|
||||
void llTargetOmega(vector axis, float spinrate, float gain)
|
||||
|
||||
void llTargetRemove(integer number)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue