mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 15:48:21 +00:00
New upstream version of builtins.txt.
This commit is contained in:
parent
9a1421aeeb
commit
98da3f32c6
1 changed files with 13 additions and 5 deletions
18
builtins.txt
18
builtins.txt
|
@ -1,4 +1,4 @@
|
|||
// Generated by LSL2 Derived Files Generator. Database version: 0.0.20161208000; output module version: 0.0.20140731000
|
||||
// Generated by LSL2 Derived Files Generator. Database version: 0.0.20170317001; output module version: 0.0.20140731000
|
||||
integer llAbs( integer val )
|
||||
float llAcos( float val )
|
||||
void llAddToLandBanList( key avatar, float hours )
|
||||
|
@ -599,7 +599,7 @@ const integer DATA_SIM_POS = 5
|
|||
const integer DATA_SIM_RATING = 7
|
||||
const integer DATA_SIM_STATUS = 6
|
||||
const integer DEBUG_CHANNEL = 0x7FFFFFFF
|
||||
const float DEG_TO_RAD = 0.017453292
|
||||
const float DEG_TO_RAD = 0.017453293
|
||||
const integer DENSITY = 0x1
|
||||
const string EOF = "\n\n\n"
|
||||
const integer ERR_GENERIC = -1
|
||||
|
@ -814,7 +814,7 @@ const integer PERM_MOVE = 0x00080000
|
|||
const integer PERM_TRANSFER = 0x00002000
|
||||
const float PI = 3.14159265
|
||||
const integer PING_PONG = 0x8
|
||||
const float PI_BY_TWO = 1.57079632
|
||||
const float PI_BY_TWO = 1.57079633
|
||||
const integer PRIM_ALLOW_UNSIT = 39
|
||||
const integer PRIM_ALPHA_MODE = 38
|
||||
const integer PRIM_ALPHA_MODE_BLEND = 1
|
||||
|
@ -1003,7 +1003,7 @@ const integer PU_FAILURE_TARGET_GONE = 5
|
|||
const integer PU_FAILURE_UNREACHABLE = 4
|
||||
const integer PU_GOAL_REACHED = 1
|
||||
const integer PU_SLOWDOWN_DISTANCE_REACHED = 0
|
||||
const float RAD_TO_DEG = 57.295779
|
||||
const float RAD_TO_DEG = 57.2957795
|
||||
const integer RCERR_CAST_TIME_EXCEEDED = -3
|
||||
const integer RCERR_SIM_PERF_LOW = -2
|
||||
const integer RCERR_UNKNOWN = -1
|
||||
|
@ -1038,8 +1038,15 @@ const integer ROTATE = 0x20
|
|||
const integer SCALE = 0x40
|
||||
const integer SCRIPTED = 0x8
|
||||
const integer SIM_STAT_PCT_CHARS_STEPPED = 0
|
||||
const integer SIT_INVALID_AGENT = -4
|
||||
const integer SIT_INVALID_LINK = -5
|
||||
const integer SIT_INVALID_OBJECT = -7
|
||||
const integer SIT_NOT_EXPERIENCE = -1
|
||||
const integer SIT_NO_ACCESS = -6
|
||||
const integer SIT_NO_EXPERIENCE_PERMISSION = -2
|
||||
const integer SIT_NO_SIT_TARGET = -3
|
||||
const integer SMOOTH = 0x10
|
||||
const float SQRT2 = 1.4142135
|
||||
const float SQRT2 = 1.41421356
|
||||
const integer STATUS_BLOCK_GRAB = 0x40
|
||||
const integer STATUS_BLOCK_GRAB_OBJECT = 0x400
|
||||
const integer STATUS_BOUNDS_ERROR = 1002
|
||||
|
@ -1140,6 +1147,7 @@ const integer XP_ERROR_NOT_PERMITTED = 4
|
|||
const integer XP_ERROR_NOT_PERMITTED_LAND = 17
|
||||
const integer XP_ERROR_NO_EXPERIENCE = 5
|
||||
const integer XP_ERROR_QUOTA_EXCEEDED = 11
|
||||
const integer XP_ERROR_REQUEST_PERM_TIMEOUT = 18
|
||||
const integer XP_ERROR_RETRY_UPDATE = 15
|
||||
const integer XP_ERROR_STORAGE_EXCEPTION = 13
|
||||
const integer XP_ERROR_STORE_DISABLED = 12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue