mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 15:48:21 +00:00
Set min for llStringLength and llGetListLength to 0.
This commit is contained in:
parent
1dde2a1fb9
commit
4c8227bae5
1 changed files with 2 additions and 0 deletions
|
@ -549,6 +549,7 @@ integer llGetListEntryType( list src, integer index )
|
|||
|
||||
integer llGetListLength( list src )
|
||||
- SEF
|
||||
- min 0
|
||||
|
||||
vector llGetLocalPos( )
|
||||
# physics caveat
|
||||
|
@ -1370,6 +1371,7 @@ void llStopSound( )
|
|||
|
||||
integer llStringLength( string str )
|
||||
- SEF
|
||||
- min 0
|
||||
|
||||
string llStringToBase64( string str )
|
||||
- SEF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue