mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
Make llGetListEntryType of a list-type element return 0 (TYPE_INVALID).
It was triggering ELSLInvalidType, which is not a good approach.
This commit is contained in:
parent
d1ff8a86dd
commit
551a6ece12
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ Types = {
|
||||||
Key: 4, # TYPE_KEY
|
Key: 4, # TYPE_KEY
|
||||||
Vector: 5, # TYPE_VECTOR
|
Vector: 5, # TYPE_VECTOR
|
||||||
Quaternion: 6, # TYPE_ROTATION
|
Quaternion: 6, # TYPE_ROTATION
|
||||||
#list: 7, # Undefined
|
list: 0, # TYPE_INVALID
|
||||||
}
|
}
|
||||||
|
|
||||||
# Utility functions
|
# Utility functions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue