mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
More upstream changes to builtins.txt
This commit is contained in:
parent
f2aa2ed231
commit
4b83ae6c4e
1 changed files with 15 additions and 1 deletions
16
builtins.txt
16
builtins.txt
|
@ -1,4 +1,4 @@
|
|||
// Generated by LSL2 Derived Files Generator. Database version: 0.0.20190206000; output module version: 0.0.20140731000
|
||||
// Generated by LSL2 Derived Files Generator. Database version: 0.0.20190207000; output module version: 0.0.20140731000
|
||||
integer llAbs( integer val )
|
||||
float llAcos( float val )
|
||||
void llAddToLandBanList( key avatar, float hours )
|
||||
|
@ -174,6 +174,7 @@ string llGetRegionName( )
|
|||
vector llGetRegionSunDirection( )
|
||||
rotation llGetRegionSunRotation( )
|
||||
float llGetRegionTimeDilation( )
|
||||
float llGetRegionTimeOfDay( )
|
||||
vector llGetRootPosition( )
|
||||
rotation llGetRootRotation( )
|
||||
rotation llGetRot( )
|
||||
|
@ -299,6 +300,7 @@ void llRemoveFromLandBanList( key avatar )
|
|||
void llRemoveFromLandPassList( key avatar )
|
||||
void llRemoveInventory( string item )
|
||||
void llRemoveVehicleFlags( integer flags )
|
||||
integer llReplaceAgentEnvironment( key agent_id, float transition, string environment )
|
||||
key llRequestAgentData( key id, integer data )
|
||||
key llRequestDisplayName( key id )
|
||||
void llRequestExperiencePermissions( key agent, string name )
|
||||
|
@ -342,6 +344,7 @@ key llSendRemoteData( key channel, string dest, integer idata, string sdata )
|
|||
void llSensor( string name, key id, integer type, float range, float arc )
|
||||
void llSensorRemove( )
|
||||
void llSensorRepeat( string name, key id, integer type, float range, float arc, float rate )
|
||||
integer llSetAgentEnvironment( key agent_id, float transition, list params )
|
||||
void llSetAlpha( float alpha, integer face )
|
||||
void llSetAngularVelocity( vector angular_velocity, integer local )
|
||||
void llSetAnimationOverride( string anim_state, string anim )
|
||||
|
@ -618,6 +621,13 @@ const integer DATA_SIM_STATUS = 6
|
|||
const integer DEBUG_CHANNEL = 0x7FFFFFFF
|
||||
const float DEG_TO_RAD = 0.017453293
|
||||
const integer DENSITY = 0x1
|
||||
const integer ENVIRONMENT_DAYINFO = 200
|
||||
const integer ENV_INVALID_AGENT = -4
|
||||
const integer ENV_INVALID_RULE = -5
|
||||
const integer ENV_NOT_EXPERIENCE = -1
|
||||
const integer ENV_NO_ENVIRONMENT = -3
|
||||
const integer ENV_NO_EXPERIENCE_PERMISSION = -2
|
||||
const integer ENV_VALIDATION_FAIL = -6
|
||||
const string EOF = "\n\n\n"
|
||||
const integer ERR_GENERIC = -1
|
||||
const integer ERR_MALFORMED_PARAMS = -3
|
||||
|
@ -1071,6 +1081,7 @@ const integer SIT_NO_SIT_TARGET = -3
|
|||
const integer SKY_ABSORPTION_CONFIG = 16
|
||||
const integer SKY_AMBIENT = 0
|
||||
const integer SKY_CLOUDS = 2
|
||||
const integer SKY_CLOUD_TEXTURE = 19
|
||||
const integer SKY_DENSITY_PROFILE_COUNTS = 3
|
||||
const integer SKY_DOME = 4
|
||||
const integer SKY_GAMMA = 5
|
||||
|
@ -1078,11 +1089,13 @@ const integer SKY_GLOW = 6
|
|||
const integer SKY_LIGHT = 8
|
||||
const integer SKY_MIE_CONFIG = 17
|
||||
const integer SKY_MOON = 9
|
||||
const integer SKY_MOON_TEXTURE = 20
|
||||
const integer SKY_PLANET = 10
|
||||
const integer SKY_RAYLEIGH_CONFIG = 18
|
||||
const integer SKY_REFRACTION = 11
|
||||
const integer SKY_STAR_BRIGHTNESS = 13
|
||||
const integer SKY_SUN = 14
|
||||
const integer SKY_SUN_TEXTURE = 21
|
||||
const integer SKY_TEXTURE_DEFAULTS = 1
|
||||
const integer SKY_TRACKS = 15
|
||||
const integer SMOOTH = 0x10
|
||||
|
@ -1178,6 +1191,7 @@ const integer WATER_BLUR_MULTIPLIER = 100
|
|||
const integer WATER_FOG = 101
|
||||
const integer WATER_FRESNEL = 102
|
||||
const integer WATER_NORMAL_SCALE = 104
|
||||
const integer WATER_NORMAL_TEXTURE = 107
|
||||
const integer WATER_REFRACTION = 105
|
||||
const integer WATER_TEXTURE_DEFAULTS = 103
|
||||
const integer WATER_WAVE_DIRECTION = 106
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue