diff --git a/builtins.txt b/builtins.txt index a284573..ae54bd1 100644 --- a/builtins.txt +++ b/builtins.txt @@ -1,4 +1,4 @@ -// Generated by LSL2 Derived Files Generator. Database version: 0.0.20160602001; output module version: 0.0.20140731000 +// Generated by LSL2 Derived Files Generator. Database version: 0.0.20160606000; output module version: 0.0.20140731000 integer llAbs( integer val ) float llAcos( float val ) void llAddToLandBanList( key avatar, float hours ) @@ -35,11 +35,11 @@ void llCollisionSound( string impact_sound, float impact_volume ) void llCollisionSprite( string impact_sprite ) float llCos( float theta ) void llCreateCharacter( list options ) -key llCreateKeyValue( key k, string v ) +key llCreateKeyValue( string k, string v ) void llCreateLink( key target, integer parent ) key llDataSizeKeyValue( ) void llDeleteCharacter( ) -key llDeleteKeyValue( key k ) +key llDeleteKeyValue( string k ) list llDeleteSubList( list src, integer start, integer end ) string llDeleteSubString( string src, integer start, integer end ) void llDetachFromAvatar( ) @@ -270,7 +270,7 @@ float llPow( float base, float exponent ) void llPreloadSound( string sound ) void llPursue( key target, list options ) void llPushObject( key id, vector impulse, vector ang_impulse, integer local ) -key llReadKeyValue( key k ) +key llReadKeyValue( string k ) void llRefreshPrimURL( ) void llRegionSay( integer channel, string msg ) void llRegionSayTo( key target, integer channel, string msg ) @@ -420,7 +420,7 @@ void llTriggerSoundLimited( string sound, float volume, vector top_north_east, v void llUnSit( key id ) string llUnescapeURL( string url ) void llUpdateCharacter( list options ) -key llUpdateKeyValue( key k, string v, integer checked, string original_value ) +key llUpdateKeyValue( string k, string v, integer checked, string original_value ) float llVecDist( vector v1, vector v2 ) float llVecMag( vector v ) vector llVecNorm( vector v )