mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
New upstream version of builtins.txt, new OBJECT_* constants
This commit is contained in:
parent
00b103c8aa
commit
750465f17b
2 changed files with 16 additions and 3 deletions
15
builtins.txt
15
builtins.txt
|
@ -1,4 +1,4 @@
|
|||
// Generated by LSL2 Derived Files Generator. Database version: 0.0.20190223000; output module version: 0.0.20140731000
|
||||
// Generated by LSL2 Derived Files Generator. Database version: 0.0.20190623001; output module version: 0.0.20140731000
|
||||
integer llAbs( integer val )
|
||||
float llAcos( float val )
|
||||
void llAddToLandBanList( key avatar, float hours )
|
||||
|
@ -658,6 +658,17 @@ const integer HTTP_PRAGMA_NO_CACHE = 6
|
|||
const integer HTTP_USER_AGENT = 7
|
||||
const integer HTTP_VERBOSE_THROTTLE = 4
|
||||
const integer HTTP_VERIFY_CERT = 3
|
||||
const string IMG_USE_BAKED_AUX1 = "9742065b-19b5-297c-858a-29711d539043"
|
||||
const string IMG_USE_BAKED_AUX2 = "03642e83-2bd1-4eb9-34b4-4c47ed586d2d"
|
||||
const string IMG_USE_BAKED_AUX3 = "edd51b77-fc10-ce7a-4b3d-011dfc349e4f"
|
||||
const string IMG_USE_BAKED_EYES = "52cc6bb6-2ee5-e632-d3ad-50197b1dcb8a"
|
||||
const string IMG_USE_BAKED_HAIR = "09aac1fb-6bce-0bee-7d44-caac6dbb6c63"
|
||||
const string IMG_USE_BAKED_HEAD = "5a9f4a74-30f2-821c-b88d-70499d3e7183"
|
||||
const string IMG_USE_BAKED_LEFTARM = "ff62763f-d60a-9855-890b-0c96f8f8cd98"
|
||||
const string IMG_USE_BAKED_LEFTLEG = "8e915e25-31d1-cc95-ae08-d58a47488251"
|
||||
const string IMG_USE_BAKED_LOWER = "24daea5f-0539-cfcf-047f-fbc40b2786ba"
|
||||
const string IMG_USE_BAKED_SKIRT = "43529ce8-7faa-ad92-165a-bc4078371687"
|
||||
const string IMG_USE_BAKED_UPPER = "ae2de45c-d252-50b8-5c6e-19f39ce79317"
|
||||
const integer INVENTORY_ALL = -1
|
||||
const integer INVENTORY_ANIMATION = 20
|
||||
const integer INVENTORY_BODYPART = 13
|
||||
|
@ -724,6 +735,8 @@ const integer MASK_GROUP = 2
|
|||
const integer MASK_NEXT = 4
|
||||
const integer MASK_OWNER = 1
|
||||
const string NULL_KEY = "00000000-0000-0000-0000-000000000000"
|
||||
const integer OBJECT_ANIMATED_COUNT = 39
|
||||
const integer OBJECT_ANIMATED_SLOTS_AVAILABLE = 40
|
||||
const integer OBJECT_ATTACHED_POINT = 19
|
||||
const integer OBJECT_ATTACHED_SLOTS_AVAILABLE = 35
|
||||
const integer OBJECT_BODY_SHAPE_TYPE = 26
|
||||
|
|
|
@ -47,8 +47,8 @@ def OptimizeArgs(node, sym):
|
|||
params[i].type = 'string'
|
||||
|
||||
|
||||
# Type of each entry in llGetObjectDetails. Last: 38 (OBJECT_SIT_COUNT).
|
||||
objDetailsTypes = 'issvrvkkkiiififfffkiiiiiiffkiviiksiisii'
|
||||
# Type of each entry in llGetObjectDetails. Last: 40 (OBJECT_ANIMATED_SLOTS_AVAILABLE).
|
||||
objDetailsTypes = 'issvrvkkkiiififfffkiiiiiiffkiviiksiisiiii'
|
||||
primParamsTypes = \
|
||||
( False, False # 0 (unassigned) and 1=PRIM_TYPE_LEGACY
|
||||
, 'i' # 2=PRIM_MATERIAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue