mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 15:48:21 +00:00
Upstream version of builtins.txt; update fndata.txt
This commit is contained in:
parent
b9fe0b6c85
commit
155a35ff8f
2 changed files with 46 additions and 2 deletions
13
builtins.txt
13
builtins.txt
|
@ -1,4 +1,4 @@
|
|||
// Generated by LSL2 Derived Files Generator. Database version: 0.0.20181109000; output module version: 0.0.20140731000
|
||||
// Generated by LSL2 Derived Files Generator. Database version: 0.0.20181208000; output module version: 0.0.20140731000
|
||||
integer llAbs( integer val )
|
||||
float llAcos( float val )
|
||||
void llAddToLandBanList( key avatar, float hours )
|
||||
|
@ -95,6 +95,8 @@ list llGetClosestNavPoint( vector point, list options )
|
|||
vector llGetColor( integer face )
|
||||
key llGetCreator( )
|
||||
string llGetDate( )
|
||||
integer llGetDayLength( )
|
||||
integer llGetDayOffset( )
|
||||
string llGetDisplayName( key id )
|
||||
float llGetEnergy( )
|
||||
string llGetEnv( string name )
|
||||
|
@ -131,6 +133,8 @@ float llGetMassMKS( )
|
|||
float llGetMaxScaleFactor( )
|
||||
integer llGetMemoryLimit( )
|
||||
float llGetMinScaleFactor( )
|
||||
vector llGetMoonDirection( )
|
||||
rotation llGetMoonRotation( )
|
||||
void llGetNextEmail( string address, string subject )
|
||||
key llGetNotecardLine( string name, integer line )
|
||||
key llGetNumberOfNotecardLines( string name )
|
||||
|
@ -160,9 +164,15 @@ list llGetPrimMediaParams( integer face, list params )
|
|||
list llGetPrimitiveParams( list params )
|
||||
integer llGetRegionAgentCount( )
|
||||
vector llGetRegionCorner( )
|
||||
integer llGetRegionDayLength( )
|
||||
integer llGetRegionDayOffset( )
|
||||
float llGetRegionFPS( )
|
||||
integer llGetRegionFlags( )
|
||||
vector llGetRegionMoonDirection( )
|
||||
rotation llGetRegionMoonRotation( )
|
||||
string llGetRegionName( )
|
||||
vector llGetRegionSunDirection( )
|
||||
rotation llGetRegionSunRotation( )
|
||||
float llGetRegionTimeDilation( )
|
||||
vector llGetRootPosition( )
|
||||
rotation llGetRootRotation( )
|
||||
|
@ -178,6 +188,7 @@ list llGetStaticPath( vector start, vector end, float radius, list params )
|
|||
integer llGetStatus( integer status )
|
||||
string llGetSubString( string src, integer start, integer end )
|
||||
vector llGetSunDirection( )
|
||||
rotation llGetSunRotation( )
|
||||
string llGetTexture( integer face )
|
||||
vector llGetTextureOffset( integer face )
|
||||
float llGetTextureRot( integer side )
|
||||
|
|
33
fndata.txt
33
fndata.txt
|
@ -451,6 +451,12 @@ key llGetCreator( )
|
|||
string llGetDate( )
|
||||
- SEF
|
||||
|
||||
integer llGetDayLength( )
|
||||
- SEF
|
||||
|
||||
integer llGetDayOffset( )
|
||||
- SEF
|
||||
|
||||
string llGetDisplayName( key id )
|
||||
- SEF
|
||||
- return "" if nulluuid(id)
|
||||
|
@ -609,6 +615,12 @@ integer llGetMemoryLimit( )
|
|||
float llGetMinScaleFactor( )
|
||||
- SEF
|
||||
|
||||
vector llGetMoonDirection( )
|
||||
- SEF
|
||||
|
||||
rotation llGetMoonRotation( )
|
||||
- SEF
|
||||
|
||||
void llGetNextEmail( string address, string subject )
|
||||
|
||||
key llGetNotecardLine( string name, integer line )
|
||||
|
@ -704,15 +716,33 @@ integer llGetRegionAgentCount( )
|
|||
vector llGetRegionCorner( )
|
||||
- SEF
|
||||
|
||||
integer llGetRegionDayLength( )
|
||||
- SEF
|
||||
|
||||
integer llGetRegionDayOffset( )
|
||||
- SEF
|
||||
|
||||
float llGetRegionFPS( )
|
||||
- SEF
|
||||
|
||||
integer llGetRegionFlags( )
|
||||
- SEF
|
||||
|
||||
vector llGetRegionMoonDirection( )
|
||||
- SEF
|
||||
|
||||
rotation llGetRegionMoonRotation( )
|
||||
- SEF
|
||||
|
||||
string llGetRegionName( )
|
||||
- SEF
|
||||
|
||||
vector llGetRegionSunDirection( )
|
||||
- SEF
|
||||
|
||||
rotation llGetRegionSunRotation( )
|
||||
- SEF
|
||||
|
||||
float llGetRegionTimeDilation( )
|
||||
- SEF
|
||||
|
||||
|
@ -767,6 +797,9 @@ string llGetSubString( string src, integer start, integer end )
|
|||
vector llGetSunDirection( )
|
||||
- SEF
|
||||
|
||||
rotation llGetSunRotation( )
|
||||
- SEF
|
||||
|
||||
string llGetTexture( integer face )
|
||||
- SEF
|
||||
- return "00000000-0000-0000-0000-000000000000" if face > 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue