mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-03 00:18:20 +00:00
New upstream version of builtins.txt
This commit is contained in:
parent
f32489a5a8
commit
3ff4ad3110
1 changed files with 16 additions and 1 deletions
17
builtins.txt
17
builtins.txt
|
@ -1,4 +1,4 @@
|
||||||
// Generated by LSL2 Derived Files Generator. Database version: 0.0.20160121000; output module version: 0.0.20140731000
|
// Generated by LSL2 Derived Files Generator. Database version: 0.0.20160602001; output module version: 0.0.20140731000
|
||||||
integer llAbs( integer val )
|
integer llAbs( integer val )
|
||||||
float llAcos( float val )
|
float llAcos( float val )
|
||||||
void llAddToLandBanList( key avatar, float hours )
|
void llAddToLandBanList( key avatar, float hours )
|
||||||
|
@ -460,7 +460,16 @@ const integer ATTACH_BACK = 9
|
||||||
const integer ATTACH_BELLY = 28
|
const integer ATTACH_BELLY = 28
|
||||||
const integer ATTACH_CHEST = 1
|
const integer ATTACH_CHEST = 1
|
||||||
const integer ATTACH_CHIN = 12
|
const integer ATTACH_CHIN = 12
|
||||||
|
const integer ATTACH_FACE_JAW = 47
|
||||||
|
const integer ATTACH_FACE_LEAR = 48
|
||||||
|
const integer ATTACH_FACE_LEYE = 50
|
||||||
|
const integer ATTACH_FACE_REAR = 49
|
||||||
|
const integer ATTACH_FACE_REYE = 51
|
||||||
|
const integer ATTACH_FACE_TOUNGE = 52
|
||||||
|
const integer ATTACH_GROIN = 53
|
||||||
const integer ATTACH_HEAD = 2
|
const integer ATTACH_HEAD = 2
|
||||||
|
const integer ATTACH_HIND_LFOOT = 54
|
||||||
|
const integer ATTACH_HIND_RFOOT = 55
|
||||||
const integer ATTACH_HUD_BOTTOM = 37
|
const integer ATTACH_HUD_BOTTOM = 37
|
||||||
const integer ATTACH_HUD_BOTTOM_LEFT = 36
|
const integer ATTACH_HUD_BOTTOM_LEFT = 36
|
||||||
const integer ATTACH_HUD_BOTTOM_RIGHT = 38
|
const integer ATTACH_HUD_BOTTOM_RIGHT = 38
|
||||||
|
@ -474,6 +483,7 @@ const integer ATTACH_LEFT_PEC = 29
|
||||||
const integer ATTACH_LEYE = 15
|
const integer ATTACH_LEYE = 15
|
||||||
const integer ATTACH_LFOOT = 7
|
const integer ATTACH_LFOOT = 7
|
||||||
const integer ATTACH_LHAND = 5
|
const integer ATTACH_LHAND = 5
|
||||||
|
const integer ATTACH_LHAND_RING1 = 41
|
||||||
const integer ATTACH_LHIP = 25
|
const integer ATTACH_LHIP = 25
|
||||||
const integer ATTACH_LLARM = 21
|
const integer ATTACH_LLARM = 21
|
||||||
const integer ATTACH_LLLEG = 27
|
const integer ATTACH_LLLEG = 27
|
||||||
|
@ -481,6 +491,7 @@ const integer ATTACH_LPEC = 30
|
||||||
const integer ATTACH_LSHOULDER = 3
|
const integer ATTACH_LSHOULDER = 3
|
||||||
const integer ATTACH_LUARM = 20
|
const integer ATTACH_LUARM = 20
|
||||||
const integer ATTACH_LULEG = 26
|
const integer ATTACH_LULEG = 26
|
||||||
|
const integer ATTACH_LWING = 45
|
||||||
const integer ATTACH_MOUTH = 11
|
const integer ATTACH_MOUTH = 11
|
||||||
const integer ATTACH_NECK = 39
|
const integer ATTACH_NECK = 39
|
||||||
const integer ATTACH_NOSE = 17
|
const integer ATTACH_NOSE = 17
|
||||||
|
@ -489,6 +500,7 @@ const integer ATTACH_REAR = 14
|
||||||
const integer ATTACH_REYE = 16
|
const integer ATTACH_REYE = 16
|
||||||
const integer ATTACH_RFOOT = 8
|
const integer ATTACH_RFOOT = 8
|
||||||
const integer ATTACH_RHAND = 6
|
const integer ATTACH_RHAND = 6
|
||||||
|
const integer ATTACH_RHAND_RING1 = 42
|
||||||
const integer ATTACH_RHIP = 22
|
const integer ATTACH_RHIP = 22
|
||||||
const integer ATTACH_RIGHT_PEC = 30
|
const integer ATTACH_RIGHT_PEC = 30
|
||||||
const integer ATTACH_RLARM = 19
|
const integer ATTACH_RLARM = 19
|
||||||
|
@ -497,6 +509,9 @@ const integer ATTACH_RPEC = 29
|
||||||
const integer ATTACH_RSHOULDER = 4
|
const integer ATTACH_RSHOULDER = 4
|
||||||
const integer ATTACH_RUARM = 18
|
const integer ATTACH_RUARM = 18
|
||||||
const integer ATTACH_RULEG = 23
|
const integer ATTACH_RULEG = 23
|
||||||
|
const integer ATTACH_RWING = 46
|
||||||
|
const integer ATTACH_TAIL_BASE = 43
|
||||||
|
const integer ATTACH_TAIL_TIP = 44
|
||||||
const integer AVOID_CHARACTERS = 1
|
const integer AVOID_CHARACTERS = 1
|
||||||
const integer AVOID_DYNAMIC_OBSTACLES = 2
|
const integer AVOID_DYNAMIC_OBSTACLES = 2
|
||||||
const integer AVOID_NONE = 0
|
const integer AVOID_NONE = 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue