mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 15:48:21 +00:00
Comment fix.
Specify the name of the last llGetObjectDetails constant, to simplify manual checking.
This commit is contained in:
parent
57df2558e7
commit
cf3e4c21ec
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ def OptimizeArgs(node, sym):
|
|||
params[i]['type'] = 'string'
|
||||
|
||||
|
||||
# Type of each entry in llGetObjectDetails. Last: 38.
|
||||
# Type of each entry in llGetObjectDetails. Last: 38 (OBJECT_SIT_COUNT).
|
||||
objDetailsTypes = 'issvrvkkkiiififfffkiiiiiiffkiviiksiisii'
|
||||
primParamsTypes = \
|
||||
( False, False # 0 (unassigned) and 1=PRIM_TYPE_LEGACY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue