summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamzi Ramey <ramzi@lindenlab.com>2009-10-02 18:22:50 +0000
committerRamzi Ramey <ramzi@lindenlab.com>2009-10-02 18:22:50 +0000
commit9e372a9a482b3d2a03919341a25ec288d1b6dfcb (patch)
tree5b9b32214ffffb25178117cd7ac7dee5382d701a
parent85ea690d47208f6dda020c8ff81021179fbdd0b8 (diff)
DEV-40452 Correct linguistic consistency in the LSL editor tooltips
- Set these tooltips for translate="false". We have decided not to localize these tooltips at this time.
-rw-r--r--indra/newview/skins/default/xui/en/strings.xml710
1 files changed, 356 insertions, 354 deletions
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml
index 1e85cac539..a34a143abc 100644
--- a/indra/newview/skins/default/xui/en/strings.xml
+++ b/indra/newview/skins/default/xui/en/strings.xml
@@ -301,1450 +301,1452 @@
<string name="choose_the_directory">Choose Directory</string>
<!-- LSL Usage Hover Tips -->
- <string name="LSLTipSleepTime">
+ <!-- NOTE: For now these are set as translate="false", until DEV-40761 is implemented (to internationalize the rest of tooltips in the same window).
+ This has no effect on viewer code, but prevents Linden Lab internal localization tool from scraping these strings. -->
+ <string name="LSLTipSleepTime" translate="false">
Sleeps script for [SLEEP_TIME] seconds.
</string>
- <string name="LSLTipText_llSin">
+ <string name="LSLTipText_llSin" translate="false">
float llSin(float theta)
Returns the sine of theta (theta in radians)
</string>
- <string name="LSLTipText_llCos">
+ <string name="LSLTipText_llCos" translate="false">
float llCos(float theta)
Returns the cosine of theta (theta in radians)
</string>
- <string name="LSLTipText_llTan">
+ <string name="LSLTipText_llTan" translate="false">
float llTan(float theta)
Returns the tangent of theta (theta in radians)
</string>
- <string name="LSLTipText_llAtan2">
+ <string name="LSLTipText_llAtan2" translate="false">
float llAtan2(float y, float x)
Returns the arctangent2 of y, x
</string>
- <string name="LSLTipText_llSqrt">
+ <string name="LSLTipText_llSqrt" translate="false">
float llSqrt(float val)
Returns the square root of val, or returns 0 and triggers a Math Error for imaginary results
</string>
- <string name="LSLTipText_llPow">
+ <string name="LSLTipText_llPow" translate="false">
float llPow(float base, float exponent)
Returns the base raised to the power exponent, or returns 0 and triggers Math Error for imaginary results
</string>
- <string name="LSLTipText_llAbs">
+ <string name="LSLTipText_llAbs" translate="false">
integer llAbs(integer val)
Returns the positive version of val
</string>
- <string name="LSLTipText_llFabs">
+ <string name="LSLTipText_llFabs" translate="false">
float llFabs(float val)
Returns the positive version of val
</string>
- <string name="LSLTipText_llFrand">
+ <string name="LSLTipText_llFrand" translate="false">
float llFrand(float mag)
Returns a pseudo random number in the range [0,mag) or (mag,0]
</string>
- <string name="LSLTipText_llFloor">
+ <string name="LSLTipText_llFloor" translate="false">
integer llFloor(float val)
Returns largest integer value &lt;= val
</string>
- <string name="LSLTipText_llCeil">
+ <string name="LSLTipText_llCeil" translate="false">
integer llCeil(float val)
Returns smallest integer value &gt;= val
</string>
- <string name="LSLTipText_llRound">
+ <string name="LSLTipText_llRound" translate="false">
integer llRound(float val)
Returns val rounded to the nearest integer
</string>
- <string name="LSLTipText_llVecMag">
+ <string name="LSLTipText_llVecMag" translate="false">
float llVecMag(vector v)
Returns the magnitude of v
</string>
- <string name="LSLTipText_llVecNorm">
+ <string name="LSLTipText_llVecNorm" translate="false">
vector llVecNorm(vector v)
Returns the v normalized
</string>
- <string name="LSLTipText_llVecDist">
+ <string name="LSLTipText_llVecDist" translate="false">
float llVecDist(vector v1, vector v2)
Returns the 3D distance between v1 and v2
</string>
- <string name="LSLTipText_llRot2Euler">
+ <string name="LSLTipText_llRot2Euler" translate="false">
vector llRot2Euler(rotation q)
Returns the Euler representation (roll, pitch, yaw) of q
</string>
- <string name="LSLTipText_llEuler2Rot">
+ <string name="LSLTipText_llEuler2Rot" translate="false">
rotation llEuler2Rot(vector v)
Returns the rotation representation of Euler Angles v
</string>
- <string name="LSLTipText_llAxes2Rot">
+ <string name="LSLTipText_llAxes2Rot" translate="false">
rotation llAxes2Rot(vector fwd, vector left, vector up)
Returns the rotation defined by the coordinate axes
</string>
- <string name="LSLTipText_llRot2Fwd">
+ <string name="LSLTipText_llRot2Fwd" translate="false">
vector llRot2Fwd(rotation q)
Returns the forward vector defined by q
</string>
- <string name="LSLTipText_llRot2Left">
+ <string name="LSLTipText_llRot2Left" translate="false">
vector llRot2Left(rotation q)
Returns the left vector defined by q
</string>
- <string name="LSLTipText_llRot2Up">
+ <string name="LSLTipText_llRot2Up" translate="false">
vector llRot2Up(rotation q)
Returns the up vector defined by q
</string>
- <string name="LSLTipText_llRotBetween">
+ <string name="LSLTipText_llRotBetween" translate="false">
rotation llRotBetween(vector v1, vector v2)
Returns the rotation to rotate v1 to v2
</string>
- <string name="LSLTipText_llWhisper">
+ <string name="LSLTipText_llWhisper" translate="false">
llWhisper(integer channel, string msg)
Whispers the text of msg on channel
</string>
- <string name="LSLTipText_llSay">
+ <string name="LSLTipText_llSay" translate="false">
llSay(integer channel, string msg)
Says the text of msg on channel
</string>
- <string name="LSLTipText_llShout">
+ <string name="LSLTipText_llShout" translate="false">
llShout(integer channel, string msg)
Shouts the text of msg on channel
</string>
- <string name="LSLTipText_llListen">
+ <string name="LSLTipText_llListen" translate="false">
integer llListen(integer channel, string name, key id, string msg)
Sets a callback for msg on channel from name and id (name, id, and/or msg can be empty) and returns an identifier that can be used to deactivate or remove the listen
</string>
- <string name="LSLTipText_llListenControl">
+ <string name="LSLTipText_llListenControl" translate="false">
llListenControl(integer number, integer active)
Makes a listen event callback active or inactive
</string>
- <string name="LSLTipText_llListenRemove">
+ <string name="LSLTipText_llListenRemove" translate="false">
llListenRemove(integer number)
Removes listen event callback number
</string>
- <string name="LSLTipText_llSensor">
+ <string name="LSLTipText_llSensor" translate="false">
llSensor(string name, key id, integer type, float range, float arc)
Performs a single scan for name and id with type (AGENT, ACTIVE, PASSIVE, and/or SCRIPTED) within range meters and arc radians of forward vector (name, id, and/or keytype can be empty or 0)
</string>
- <string name="LSLTipText_llSensorRepeat">
+ <string name="LSLTipText_llSensorRepeat" translate="false">
llSensorRepeat(string name, key id, integer type, float range, float arc, float rate)
Sets a callback for name and id with type (AGENT, ACTIVE, PASSIVE, and/or SCRIPTED) within range meters and arc radians of forward vector (name, id, and/or keytype can be empty or 0) and repeats every rate seconds
</string>
- <string name="LSLTipText_llSensorRemove">
+ <string name="LSLTipText_llSensorRemove" translate="false">
llSensorRemove()
Removes the sensor setup by llSensorRepeat
</string>
- <string name="LSLTipText_llDetectedName">
+ <string name="LSLTipText_llDetectedName" translate="false">
string llDetectedName(integer number)
Returns the name of detected object number (returns empty string if number is not a valid sensed object)
</string>
- <string name="LSLTipText_llDetectedKey">
+ <string name="LSLTipText_llDetectedKey" translate="false">
key llDetectedKey(integer number)
Returns the key of detected object number (returns empty key if number is not a valid sensed object)
</string>
- <string name="LSLTipText_llDetectedOwner">
+ <string name="LSLTipText_llDetectedOwner" translate="false">
key llDetectedOwner(integer number)
Returns the key of detected object&apos;s owner (returns empty key if number is not a valid sensed object)
</string>
- <string name="LSLTipText_llDetectedType">
+ <string name="LSLTipText_llDetectedType" translate="false">
integer llDetectedType(integer number)
Returns the type (AGENT, ACTIVE, PASSIVE, SCRIPTED) of detected object (returns 0 if number is not a valid sensed object)
</string>
- <string name="LSLTipText_llDetectedPos">
+ <string name="LSLTipText_llDetectedPos" translate="false">
vector llDetectedPos(integer number)
Returns the position of detected object number (returns &lt;0,0,0&gt; if number is not a valid sensed object)
</string>
- <string name="LSLTipText_llDetectedVel">
+ <string name="LSLTipText_llDetectedVel" translate="false">
vector llDetectedVel(integer number)
Returns the velocity of detected object number (returns &lt;0,0,0&gt; if number is not a valid sensed object)
</string>
- <string name="LSLTipText_llDetectedGrab">
+ <string name="LSLTipText_llDetectedGrab" translate="false">
vector llDetectedGrab(integer number)
Returns the grab offset of the user touching object (returns &lt;0,0,0&gt; if number is not a valid sensed object)
</string>
- <string name="LSLTipText_llDetectedRot">
+ <string name="LSLTipText_llDetectedRot" translate="false">
rotation llDetectedRot(integer number)
Returns the rotation of detected object number (returns &lt;0,0,0,1&gt; if number is not a valid sensed object)
</string>
- <string name="LSLTipText_llDetectedGroup">
+ <string name="LSLTipText_llDetectedGroup" translate="false">
integer llDetectedGroup(integer number)
Returns TRUE if detected object is part of same group as owner
</string>
- <string name="LSLTipText_llDetectedLinkNumber">
+ <string name="LSLTipText_llDetectedLinkNumber" translate="false">
integer llDetectedLinkNumber(integer number)
Returns the link position of the triggered event for touches and collisions only
</string>
- <string name="LSLTipText_llDie">
+ <string name="LSLTipText_llDie" translate="false">
llDie()
Deletes the object
</string>
- <string name="LSLTipText_llGround">
+ <string name="LSLTipText_llGround" translate="false">
float llGround(vector offset)
Returns the ground height below the object position + offset
</string>
- <string name="LSLTipText_llCloud">
+ <string name="LSLTipText_llCloud" translate="false">
float llCloud(vector offset)
Returns the cloud density at the object position + offset
</string>
- <string name="LSLTipText_llWind">
+ <string name="LSLTipText_llWind" translate="false">
vector llWind(vector offset)
Returns the wind velocity at the object position + offset
</string>
- <string name="LSLTipText_llSetStatus">
+ <string name="LSLTipText_llSetStatus" translate="false">
llSetStatus(integer status, integer value)
Sets status (STATUS_PHYSICS, STATUS_PHANTOM, STATUS_BLOCK_GRAB, STATUS_ROTATE_X, STATUS_ROTATE_Y, and/or STATUS_ROTATE_Z) to value
</string>
- <string name="LSLTipText_llGetStatus">
+ <string name="LSLTipText_llGetStatus" translate="false">
integer llGetStatus(integer status)
Returns value of status (STATUS_PHYSICS, STATUS_PHANTOM, STATUS_BLOCK_GRAB, STATUS_ROTATE_X, STATUS_ROTATE_Y, and/or STATUS_ROTATE_Z)
</string>
- <string name="LSLTipText_llSetScale">
+ <string name="LSLTipText_llSetScale" translate="false">
llSetScale(vector scale)
Sets the scale of the prim
</string>
- <string name="LSLTipText_llGetScale">
+ <string name="LSLTipText_llGetScale" translate="false">
vector llGetScale()
Returns the scale of the prim
</string>
- <string name="LSLTipText_llSetColor">
+ <string name="LSLTipText_llSetColor" translate="false">
llSetColor(vector color, integer face)
Sets the color on face of the prim
</string>
- <string name="LSLTipText_llGetAlpha">
+ <string name="LSLTipText_llGetAlpha" translate="false">
float llGetAlpha(integer face)
Returns the alpha of face
</string>
- <string name="LSLTipText_llSetAlpha">
+ <string name="LSLTipText_llSetAlpha" translate="false">
llSetAlpha(float alpha, integer face)
Sets the alpha on face
</string>
- <string name="LSLTipText_llGetColor">
+ <string name="LSLTipText_llGetColor" translate="false">
vector llGetColor(integer face)
Returns the color on face
</string>
- <string name="LSLTipText_llSetTexture">
+ <string name="LSLTipText_llSetTexture" translate="false">
llSetTexture(string texture, integer face)
Sets the texture of face or ALL_SIDES
</string>
- <string name="LSLTipText_llScaleTexture">
+ <string name="LSLTipText_llScaleTexture" translate="false">
llScaleTexture(float u, float v, integer face)
Sets the texture u &amp; v scales for the chosen face or ALL_SIDES
</string>
- <string name="LSLTipText_llOffsetTexture">
+ <string name="LSLTipText_llOffsetTexture" translate="false">
llOffsetTexture(float u, float v, integer face)
Sets the texture u &amp; v offsets for the chosen face or ALL_SIDES
</string>
- <string name="LSLTipText_llRotateTexture">
+ <string name="LSLTipText_llRotateTexture" translate="false">
llRotateTexture(float rotation, integer face)
Sets the texture rotation for the chosen face
</string>
- <string name="LSLTipText_llGetTexture">
+ <string name="LSLTipText_llGetTexture" translate="false">
string llGetTexture(integer face)
Returns a string that is the texture on face (the inventory name if it is a texture in the prim&apos;s inventory, otherwise the key)
</string>
- <string name="LSLTipText_llSetPos">
+ <string name="LSLTipText_llSetPos" translate="false">
llSetPos(vector pos)
Moves the object or prim towards pos without using physics (if the script isn&apos;t physical)
</string>
- <string name="LSLTipText_llGetPos">
+ <string name="LSLTipText_llGetPos" translate="false">
vector llGetPos()
Returns the position of the task in region coordinates
</string>
- <string name="LSLTipText_llGetLocalPos">
+ <string name="LSLTipText_llGetLocalPos" translate="false">
vector llGetLocalPos()
Returns the position relative to the root
</string>
- <string name="LSLTipText_llSetRot">
+ <string name="LSLTipText_llSetRot" translate="false">
llSetRot(rotation rot)
Sets the rotation
</string>
- <string name="LSLTipText_llGetRot">
+ <string name="LSLTipText_llGetRot" translate="false">
rotation llGetRot()
Returns the rotation relative to the region&apos;s axes
</string>
- <string name="LSLTipText_llGetLocalRot">
+ <string name="LSLTipText_llGetLocalRot" translate="false">
rotation llGetLocalRot()
Returns the rotation local to the root
</string>
- <string name="LSLTipText_llSetForce">
+ <string name="LSLTipText_llSetForce" translate="false">
llSetForce(vector force, integer local)
Applies force to the object (if the script is physical), in local coords if local == TRUE
</string>
- <string name="LSLTipText_llGetForce">
+ <string name="LSLTipText_llGetForce" translate="false">
vector llGetForce()
Returns the force (if the script is physical)
</string>
- <string name="LSLTipText_llTarget">
+ <string name="LSLTipText_llTarget" translate="false">
integer llTarget(vector position, float range)
Sets positions within range of position as a target and return an ID for the target
</string>
- <string name="LSLTipText_llTargetRemove">
+ <string name="LSLTipText_llTargetRemove" translate="false">
llTargetRemove(integer number)
Removes positional target number registered with llTarget
</string>
- <string name="LSLTipText_llRotTarget">
+ <string name="LSLTipText_llRotTarget" translate="false">
integer llRotTarget(rotation rot, float error)
Set rotations with error of rot as a rotational target and return an ID for the rotational target
</string>
- <string name="LSLTipText_llRotTargetRemove">
+ <string name="LSLTipText_llRotTargetRemove" translate="false">
llRotTargetRemove(integer number)
Removes rotational target number registered with llRotTarget
</string>
- <string name="LSLTipText_llMoveToTarget">
+ <string name="LSLTipText_llMoveToTarget" translate="false">
llMoveToTarget(vector target, float tau)
Critically damps to target in tau seconds (if the script is physical)
</string>
- <string name="LSLTipText_llStopMoveToTarget">
+ <string name="LSLTipText_llStopMoveToTarget" translate="false">
llStopMoveToTarget()
Stops critically damped motion
</string>
- <string name="LSLTipText_llApplyImpulse">
+ <string name="LSLTipText_llApplyImpulse" translate="false">
llApplyImpulse(vector force, integer local)
Applies impulse to object (if the script is physical), in local coords if local == TRUE
</string>
- <string name="LSLTipText_llApplyRotationalImpulse">
+ <string name="LSLTipText_llApplyRotationalImpulse" translate="false">
llApplyRotationalImpulse(vector force, integer local)
Applies rotational impulse to object (if the script is physical), in local coords if local == TRUE
</string>
- <string name="LSLTipText_llSetTorque">
+ <string name="LSLTipText_llSetTorque" translate="false">
llSetTorque(vector torque, integer local)
Sets the torque of object (if the script is physical), in local coords if local == TRUE
</string>
- <string name="LSLTipText_llGetTorque">
+ <string name="LSLTipText_llGetTorque" translate="false">
vector llGetTorque()
Returns the torque (if the script is physical)
</string>
- <string name="LSLTipText_llSetForceAndTorque">
+ <string name="LSLTipText_llSetForceAndTorque" translate="false">
llSetForceAndTorque(vector force, vector torque, integer local)
Sets the force and torque of object (if the script is physical), in local coords if local == TRUE
</string>
- <string name="LSLTipText_llGetVel">
+ <string name="LSLTipText_llGetVel" translate="false">
vector llGetVel()
Returns the velocity of the object
</string>
- <string name="LSLTipText_llGetAccel">
+ <string name="LSLTipText_llGetAccel" translate="false">
vector llGetAccel()
Returns the acceleration of the object relative to the region&apos;s axes
</string>
- <string name="LSLTipText_llGetOmega">
+ <string name="LSLTipText_llGetOmega" translate="false">
vector llGetOmega()
Returns the rotation velocity in radians per second
</string>
- <string name="LSLTipText_llGetTimeOfDay">
+ <string name="LSLTipText_llGetTimeOfDay" translate="false">
float llGetTimeOfDay()
Returns the time in seconds since [SECOND_LIFE] server midnight or since region up-time, whichever is smaller
</string>
- <string name="LSLTipText_llGetWallclock">
+ <string name="LSLTipText_llGetWallclock" translate="false">
float llGetWallclock()
Returns the time in seconds since midnight California Pacific time (PST/PDT)
</string>
- <string name="LSLTipText_llGetTime">
+ <string name="LSLTipText_llGetTime" translate="false">
float llGetTime()
Returns the time in seconds since the last region reset, script reset, or call to either llResetTime or llGetAndResetTime
</string>
- <string name="LSLTipText_llResetTime">
+ <string name="LSLTipText_llResetTime" translate="false">
llResetTime()
Sets the script timer to zero
</string>
- <string name="LSLTipText_llGetAndResetTime">
+ <string name="LSLTipText_llGetAndResetTime" translate="false">
float llGetAndResetTime()
Returns the script time in seconds and then resets the script timer to zero
</string>
- <string name="LSLTipText_llSound">
+ <string name="LSLTipText_llSound" translate="false">
llSound(string sound, float volume, integer queue, integer loop)
Plays sound at volume and whether it should loop or not
</string>
- <string name="LSLTipText_llPlaySound">
+ <string name="LSLTipText_llPlaySound" translate="false">
llPlaySound(string sound, float volume)
Plays attached sound once at volume (0.0 - 1.0)
</string>
- <string name="LSLTipText_llLoopSound">
+ <string name="LSLTipText_llLoopSound" translate="false">
llLoopSound(string sound, float volume)
Plays attached sound looping indefinitely at volume (0.0 - 1.0)
</string>
- <string name="LSLTipText_llLoopSoundMaster">
+ <string name="LSLTipText_llLoopSoundMaster" translate="false">
llLoopSoundMaster(string sound, float volume)
Plays attached sound looping at volume (0.0 - 1.0), declares it a sync master
</string>
- <string name="LSLTipText_llLoopSoundSlave">
+ <string name="LSLTipText_llLoopSoundSlave" translate="false">
llLoopSoundSlave(string sound, float volume)
Plays attached sound looping at volume (0.0 - 1.0), synced to most audible sync master
</string>
- <string name="LSLTipText_llPlaySoundSlave">
+ <string name="LSLTipText_llPlaySoundSlave" translate="false">
llPlaySoundSlave(string sound, float volume)
Plays attached sound once at volume (0.0 - 1.0), synced to next loop of most audible sync master
</string>
- <string name="LSLTipText_llTriggerSound">
+ <string name="LSLTipText_llTriggerSound" translate="false">
llTriggerSound(string sound, float volume)
Plays sound at volume (0.0 - 1.0), centered at but not attached to object
</string>
- <string name="LSLTipText_llStopSound">
+ <string name="LSLTipText_llStopSound" translate="false">
llStopSound()
Stops currently attached sound
</string>
- <string name="LSLTipText_llPreloadSound">
+ <string name="LSLTipText_llPreloadSound" translate="false">
llPreloadSound(string sound)
Preloads a sound on viewers within range
</string>
- <string name="LSLTipText_llGetSubString">
+ <string name="LSLTipText_llGetSubString" translate="false">
string llGetSubString(string src, integer start, integer end)
Returns the indicated substring
</string>
- <string name="LSLTipText_llDeleteSubString">
+ <string name="LSLTipText_llDeleteSubString" translate="false">
string llDeleteSubString(string src, integer start, integer end)
Removes the indicated substring and returns the result
</string>
- <string name="LSLTipText_llInsertString">
+ <string name="LSLTipText_llInsertString" translate="false">
string llInsertString(string dst, integer position, string src)
Returns a destination string dst with the string src inserted starting at position pos
</string>
- <string name="LSLTipText_llToUpper">
+ <string name="LSLTipText_llToUpper" translate="false">
string llToUpper(string src)
Returns a string that is src with all upper-case characters
</string>
- <string name="LSLTipText_llToLower">
+ <string name="LSLTipText_llToLower" translate="false">
string llToLower(string src)
Returns a string that is src with all lower-case characters
</string>
- <string name="LSLTipText_llGiveMoney">
+ <string name="LSLTipText_llGiveMoney" translate="false">
llGiveMoney(key destination, integer amount)
Transfers amount of L$ from script owner to destination
</string>
- <string name="LSLTipText_llMakeExplosion">
+ <string name="LSLTipText_llMakeExplosion" translate="false">
llMakeExplosion(integer particles, float scale, float vel, float lifetime, float arc, string texture, vector offset)
Makes a round explosion of particles
</string>
- <string name="LSLTipText_llMakeFountain">
+ <string name="LSLTipText_llMakeFountain" translate="false">
llMakeFountain(integer particles, float scale, float vel, float lifetime, float arc, integer bounce, string texture, vector offset, float bounce_offset)
Makes a fountain of particles
</string>
- <string name="LSLTipText_llMakeSmoke">
+ <string name="LSLTipText_llMakeSmoke" translate="false">
llMakeSmoke(integer particles, float scale, float vel, float lifetime, float arc, string texture, vector offset)
Makes smoke like particles
</string>
- <string name="LSLTipText_llMakeFire">
+ <string name="LSLTipText_llMakeFire" translate="false">
llMakeFire(integer particles, float scale, float vel, float lifetime, float arc, string texture, vector offset)
Makes fire like particles
</string>
- <string name="LSLTipText_llRezObject">
+ <string name="LSLTipText_llRezObject" translate="false">
llRezObject(string inventory, vector pos, vector vel, rotation rot, integer param)
Instantiates owner&apos;s inventory object at pos with velocity vel and rotation rot with start parameter param
</string>
- <string name="LSLTipText_llLookAt">
+ <string name="LSLTipText_llLookAt" translate="false">
llLookAt(vector target, float strength, float damping)
Causes object to point its up axis (positive z) towards target, while keeping its forward axis (positive x) below the horizon
</string>
- <string name="LSLTipText_llStopLookAt">
+ <string name="LSLTipText_llStopLookAt" translate="false">
llStopLookAt()
Stops causing object to point at a target
</string>
- <string name="LSLTipText_llSetTimerEvent">
+ <string name="LSLTipText_llSetTimerEvent" translate="false">
llSetTimerEvent(float sec)
Causes the timer event to be triggered a maximum of once every sec seconds
</string>
- <string name="LSLTipText_llSleep">
+ <string name="LSLTipText_llSleep" translate="false">
llSleep(float sec)
Puts the script to sleep for sec seconds
</string>
- <string name="LSLTipText_llGetMass">
+ <string name="LSLTipText_llGetMass" translate="false">
float llGetMass()
Returns the mass of object that the script is attached to
</string>
- <string name="LSLTipText_llCollisionFilter">
+ <string name="LSLTipText_llCollisionFilter" translate="false">
llCollisionFilter(string name, key id, integer accept)
Sets the collision filter, exclusively or inclusively. If accept == TRUE, only accept collisions with objects name and id (either is optional), otherwise with objects not name or id
</string>
- <string name="LSLTipText_llTakeControls">
+ <string name="LSLTipText_llTakeControls" translate="false">
llTakeControls(integer controls, integer accept, integer pass_on)
Allows for intercepting keyboard and mouse clicks from the agent the script has permissions for
</string>
- <string name="LSLTipText_llReleaseControls">
+ <string name="LSLTipText_llReleaseControls" translate="false">
llReleaseControls()
Stops taking inputs that were taken with llTakeControls
</string>
- <string name="LSLTipText_llAttachToAvatar">
+ <string name="LSLTipText_llAttachToAvatar" translate="false">
llAttachToAvatar(integer attach_point)
Attaches the object to the avatar who has granted permission to the script
</string>
- <string name="LSLTipText_llDetachFromAvatar">
+ <string name="LSLTipText_llDetachFromAvatar" translate="false">
llDetachFromAvatar()
Detaches object from avatar
</string>
- <string name="LSLTipText_llTakeCamera">
+ <string name="LSLTipText_llTakeCamera" translate="false">
llTakeCamera(key avatar)
Moves avatar&apos;s viewpoint to task
</string>
- <string name="LSLTipText_llReleaseCamera">
+ <string name="LSLTipText_llReleaseCamera" translate="false">
llReleaseCamera(key avatar)
Returns camera to agent avatar
</string>
- <string name="LSLTipText_llGetOwner">
+ <string name="LSLTipText_llGetOwner" translate="false">
key llGetOwner()
Returns the object owner&apos;s UUID
</string>
- <string name="LSLTipText_llInstantMessage">
+ <string name="LSLTipText_llInstantMessage" translate="false">
llInstantMessage(key user, string message)
Sends the specified string as an Instant Message to the user
</string>
- <string name="LSLTipText_llEmail">
+ <string name="LSLTipText_llEmail" translate="false">
llEmail(string address, string subject, string message)
Sends an email to address with the subject and message
</string>
- <string name="LSLTipText_llGetNextEmail">
+ <string name="LSLTipText_llGetNextEmail" translate="false">
llGetNextEmail(string address, string subject)
Gets the next waiting email that comes from address, with specified subject
</string>
- <string name="LSLTipText_llGetKey">
+ <string name="LSLTipText_llGetKey" translate="false">
key llGetKey()
Returns the key of the prim the script is attached to
</string>
- <string name="LSLTipText_llSetBuoyancy">
+ <string name="LSLTipText_llSetBuoyancy" translate="false">
llSetBuoyancy(float buoyancy)
Sets the buoyancy of the task or object (0 is disabled, &lt; 1.0 sinks, 1.0 floats, &gt; 1.0 rises)
</string>
- <string name="LSLTipText_llSetHoverHeight">
+ <string name="LSLTipText_llSetHoverHeight" translate="false">
llSetHoverHeight(float height, integer water, float tau)
Critically damps to a height above the ground (or water) in tau seconds
</string>
- <string name="LSLTipText_llStopHover">
+ <string name="LSLTipText_llStopHover" translate="false">
llStopHover()
Stops hovering to a height
</string>
- <string name="LSLTipText_llMinEventDelay">
+ <string name="LSLTipText_llMinEventDelay" translate="false">
llMinEventDelay(float delay)
Sets the minimum time between events being handled
</string>
- <string name="LSLTipText_llSoundPreload">
+ <string name="LSLTipText_llSoundPreload" translate="false">
llSoundPreload(string sound)
Preloads a sound on viewers within range
</string>
- <string name="LSLTipText_llRotLookAt">
+ <string name="LSLTipText_llRotLookAt" translate="false">
llRotLookAt(rotation target, float strength, float damping)
Causes object name to point its forward axis towards target
</string>
- <string name="LSLTipText_llStringLength">
+ <string name="LSLTipText_llStringLength" translate="false">
integer llStringLength(string str)
Returns the length of string
</string>
- <string name="LSLTipText_llStartAnimation">
+ <string name="LSLTipText_llStartAnimation" translate="false">
llStartAnimation(string anim)
Starts animation anim for agent that granted PERMISSION_TRIGGER_ANIMATION if the permission has not been revoked
</string>
- <string name="LSLTipText_llStopAnimation">
+ <string name="LSLTipText_llStopAnimation" translate="false">
llStopAnimation(string anim)
Stops animation anim for agent that granted permission
</string>
- <string name="LSLTipText_llPointAt">
+ <string name="LSLTipText_llPointAt" translate="false">
llPointAt(vector pos)
Makes agent that owns object point at pos
</string>
- <string name="LSLTipText_llStopPointAt">
+ <string name="LSLTipText_llStopPointAt" translate="false">
llStopPointAt()
Stops pointing agent that owns object
</string>
- <string name="LSLTipText_llTargetOmega">
+ <string name="LSLTipText_llTargetOmega" translate="false">
llTargetOmega(vector axis, float spinrate, float gain)
Rotates the object around axis at spinrate with strength gain
</string>
- <string name="LSLTipText_llGetStartParameter">
+ <string name="LSLTipText_llGetStartParameter" translate="false">
integer llGetStartParameter()
Returns an integer that is the script start/rez parameter
</string>
- <string name="LSLTipText_llGodLikeRezObject">
+ <string name="LSLTipText_llGodLikeRezObject" translate="false">
llGodLikeRezObject(key inventory, vector pos)
Rezzes directly off of UUID if owner is in God Mode
</string>
- <string name="LSLTipText_llRequestPermissions">
+ <string name="LSLTipText_llRequestPermissions" translate="false">
llRequestPermissions(key agent, integer perm)
Asks the agent for permission to run certain classes of functions
</string>
- <string name="LSLTipText_llGetPermissionsKey">
+ <string name="LSLTipText_llGetPermissionsKey" translate="false">
key llGetPermissionsKey()
Returns the key of the avatar that last granted permissions to the script
</string>
- <string name="LSLTipText_llGetPermissions">
+ <string name="LSLTipText_llGetPermissions" translate="false">
integer llGetPermissions()
Returns an integer bitfield with the permissions that have been granted
</string>
- <string name="LSLTipText_llGetLinkNumber">
+ <string name="LSLTipText_llGetLinkNumber" translate="false">
integer llGetLinkNumber()
Returns the link number of the prim containing the script (0 means not linked, 1 the prim is the root, 2 the prim is the first child, etc)
</string>
- <string name="LSLTipText_llSetLinkColor">
+ <string name="LSLTipText_llSetLinkColor" translate="false">
llSetLinkColor(integer linknumber, vector color, integer face)
Sets face to color if a task exists in the link chain at linknumber
</string>
- <string name="LSLTipText_llCreateLink">
+ <string name="LSLTipText_llCreateLink" translate="false">
llCreateLink(key target, integer parent)
Attempts to link the script&apos;s object with the target (requires that PERMISSION_CHANGE_LINKS be granted). If parent == TRUE, then the script&apos;s object becomes the root
</string>
- <string name="LSLTipText_llBreakLink">
+ <string name="LSLTipText_llBreakLink" translate="false">
llBreakLink(integer linknum)
Delinks the prim with the given link number in a linked object set (requires that PERMISSION_CHANGE_LINKS be granted)
</string>
- <string name="LSLTipText_llBreakAllLinks">
+ <string name="LSLTipText_llBreakAllLinks" translate="false">
llBreakAllLinks()
Delinks all prims in the link set (requires that PERMISSION_CHANGE_LINKS be granted)
</string>
- <string name="LSLTipText_llGetLinkKey">
+ <string name="LSLTipText_llGetLinkKey" translate="false">
key llGetLinkKey(integer linknumber)
Returns the key of the linked prim linknumber
</string>
- <string name="LSLTipText_llGetLinkName">
+ <string name="LSLTipText_llGetLinkName" translate="false">
string llGetLinkName(integer linknumber)
Returns the name of linknumber in a link set
</string>
- <string name="LSLTipText_llGetInventoryNumber">
+ <string name="LSLTipText_llGetInventoryNumber" translate="false">
integer llGetInventoryNumber(integer type)
Returns the number of items of a given type (INVENTORY_* flag) in the prim&apos;s inventory
</string>
- <string name="LSLTipText_llGetInventoryName">
+ <string name="LSLTipText_llGetInventoryName" translate="false">
string llGetInventoryName(integer type, integer number)
Returns the name of the inventory item number of a given type
</string>
- <string name="LSLTipText_llSetScriptState">
+ <string name="LSLTipText_llSetScriptState" translate="false">
llSetScriptState(string name, integer run)
Sets the running state of the specified script
</string>
- <string name="LSLTipText_llGetEnergy">
+ <string name="LSLTipText_llGetEnergy" translate="false">
float llGetEnergy()
Returns how much energy is in the object as a percentage of maximum
</string>
- <string name="LSLTipText_llGiveInventory">
+ <string name="LSLTipText_llGiveInventory" translate="false">
llGiveInventory(key destination, string inventory)
Gives inventory to destination
</string>
- <string name="LSLTipText_llRemoveInventory">
+ <string name="LSLTipText_llRemoveInventory" translate="false">
llRemoveInventory(string item)
Removes the named inventory item
</string>
- <string name="LSLTipText_llSetText">
+ <string name="LSLTipText_llSetText" translate="false">
llSetText(string text, vector color, float alpha)
Displays text that hovers over the prim with specific color and translucency specified with alpha
</string>
- <string name="LSLTipText_llWater">
+ <string name="LSLTipText_llWater" translate="false">
float llWater(vector offset)
Returns the water height below the object position + offset
</string>
- <string name="LSLTipText_llPassTouches">
+ <string name="LSLTipText_llPassTouches" translate="false">
llPassTouches(integer pass)
If pass == TRUE, touches are passed from children on to parents
</string>
- <string name="LSLTipText_llRequestAgentData">
+ <string name="LSLTipText_llRequestAgentData" translate="false">
key llRequestAgentData(key id, integer data)
Requests data about agent id. When data is available the dataserver event will be raised.
</string>
- <string name="LSLTipText_llRequestInventoryData">
+ <string name="LSLTipText_llRequestInventoryData" translate="false">
key llRequestInventoryData(string name)
Requests data from object&apos;s inventory object. When data is available the dataserver event will be raised.
</string>
- <string name="LSLTipText_llSetDamage">
+ <string name="LSLTipText_llSetDamage" translate="false">
llSetDamage(float damage)
Sets the amount of damage that will be done when this object hits an avatar.
</string>
- <string name="LSLTipText_llTeleportAgentHome">
+ <string name="LSLTipText_llTeleportAgentHome" translate="false">
llTeleportAgentHome(key id)
Teleports avatar on the owner&apos;s land to their home location without any warning
</string>
- <string name="LSLTipText_llModifyLand">
+ <string name="LSLTipText_llModifyLand" translate="false">
llModifyLand(integer action, integer brush)
Modifies land using the specified action on the specified brush size of land
</string>
- <string name="LSLTipText_llCollisionSound">
+ <string name="LSLTipText_llCollisionSound" translate="false">
llCollisionSound(string impact_sound, float impact_volume)
Suppresses default collision sounds, replaces default impact sounds with impact_sound at the volume impact_volume
</string>
- <string name="LSLTipText_llCollisionSprite">
+ <string name="LSLTipText_llCollisionSprite" translate="false">
llCollisionSprite(string impact_sprite)
Suppresses default collision sprites, replaces default impact sprite with impact_sprite (use an empty string to just suppress)
</string>
- <string name="LSLTipText_llGetAnimation">
+ <string name="LSLTipText_llGetAnimation" translate="false">
string llGetAnimation(key id)
Returns the name of the currently playing locomotion animation for avatar id
</string>
- <string name="LSLTipText_llResetScript">
+ <string name="LSLTipText_llResetScript" translate="false">
llResetScript()
Resets the script
</string>
- <string name="LSLTipText_llMessageLinked">
+ <string name="LSLTipText_llMessageLinked" translate="false">
llMessageLinked(integer linknum, integer num, string str, key id)
Allows scripts in the same object to communicate. Triggers a link_message event with the same parameters num, str, and id in all scripts in the prim(s) described by linknum.
</string>
- <string name="LSLTipText_llPushObject">
+ <string name="LSLTipText_llPushObject" translate="false">
llPushObject(key id, vector impulse, vector ang_impulse, integer local)
Applies impulse and ang_impulse to object id
</string>
- <string name="LSLTipText_llPassCollisions">
+ <string name="LSLTipText_llPassCollisions" translate="false">
llPassCollisions(integer pass)
If pass == TRUE, collisions are passed from children on to parents (default is FALSE)
</string>
- <string name="LSLTipText_llGetScriptName">
+ <string name="LSLTipText_llGetScriptName" translate="false">
string llGetScriptName()
Returns the name of the script that this function is used in
</string>
- <string name="LSLTipText_llGetNumberOfSides">
+ <string name="LSLTipText_llGetNumberOfSides" translate="false">
integer llGetNumberOfSides()
Returns the number of faces (or sides) of the prim
</string>
- <string name="LSLTipText_llAxisAngle2Rot">
+ <string name="LSLTipText_llAxisAngle2Rot" translate="false">
rotation llAxisAngle2Rot(vector axis, float angle)
Returns the rotation that is a generated angle about axis
</string>
- <string name="LSLTipText_llRot2Axis">
+ <string name="LSLTipText_llRot2Axis" translate="false">
vector llRot2Axis(rotation rot)
Returns the rotation axis represented by rot
</string>
- <string name="LSLTipText_llRot2Angle">
+ <string name="LSLTipText_llRot2Angle" translate="false">
float llRot2Angle(rotation rot)
Returns the rotation angle represented by rot
</string>
- <string name="LSLTipText_llAcos">
+ <string name="LSLTipText_llAcos" translate="false">
float llAcos(float val)
Returns the arccosine in radians of val
</string>
- <string name="LSLTipText_llAsin">
+ <string name="LSLTipText_llAsin" translate="false">
float llAsin(float val)
Returns the arcsine in radians of val
</string>
- <string name="LSLTipText_llAngleBetween">
+ <string name="LSLTipText_llAngleBetween" translate="false">
float llAngleBetween(rotation a, rotation b)
Returns angle between rotation a and b
</string>
- <string name="LSLTipText_llGetInventoryKey">
+ <string name="LSLTipText_llGetInventoryKey" translate="false">
key llGetInventoryKey(string name)
Returns the key that is the UUID of the inventory name
</string>
- <string name="LSLTipText_llAllowInventoryDrop">
+ <string name="LSLTipText_llAllowInventoryDrop" translate="false">
llAllowInventoryDrop(integer add)
If add == TRUE, users without modify permissions can still drop inventory items onto a prim
</string>
- <string name="LSLTipText_llGetSunDirection">
+ <string name="LSLTipText_llGetSunDirection" translate="false">
vector llGetSunDirection()
Returns a normalized vector of the direction of the sun in the region
</string>
- <string name="LSLTipText_llGetTextureOffset">
+ <string name="LSLTipText_llGetTextureOffset" translate="false">
vector llGetTextureOffset(integer face)
Returns the texture offset of face in the x and y components of a vector
</string>
- <string name="LSLTipText_llGetTextureScale">
+ <string name="LSLTipText_llGetTextureScale" translate="false">
vector llGetTextureScale(integer side)
Returns the texture scale of side in the x and y components of a vector
</string>
- <string name="LSLTipText_llGetTextureRot">
+ <string name="LSLTipText_llGetTextureRot" translate="false">
float llGetTextureRot(integer side)
Returns the texture rotation of side
</string>
- <string name="LSLTipText_llSubStringIndex">
+ <string name="LSLTipText_llSubStringIndex" translate="false">
integer llSubStringIndex(string source, string pattern)
Returns an integer that is the index in source where pattern first appears.
(Returns -1 if not found)
</string>
- <string name="LSLTipText_llGetOwnerKey">
+ <string name="LSLTipText_llGetOwnerKey" translate="false">
key llGetOwnerKey(key id)
Returns the owner of object id
</string>
- <string name="LSLTipText_llGetCenterOfMass">
+ <string name="LSLTipText_llGetCenterOfMass" translate="false">
vector llGetCenterOfMass()
Returns the prim&apos;s center of mass (unless called from the root prim, where it returns the object&apos;s center of mass)
</string>
- <string name="LSLTipText_llListSort">
+ <string name="LSLTipText_llListSort" translate="false">
list llListSort(list src, integer stride, integer ascending)
Sorts the list into blocks of stride, in ascending order if ascending == TRUE.
The sort order is affected by type.
</string>
- <string name="LSLTipText_llGetListLength">
+ <string name="LSLTipText_llGetListLength" translate="false">
integer llGetListLength(list src)
Returns the number of elements in the list
</string>
- <string name="LSLTipText_llList2Integer">
+ <string name="LSLTipText_llList2Integer" translate="false">
integer llList2Integer(list src, integer index)
Copies the integer at index in the list
</string>
- <string name="LSLTipText_llList2Float">
+ <string name="LSLTipText_llList2Float" translate="false">
float llList2Float(list src, integer index)
Copies the float at index in the list
</string>
- <string name="LSLTipText_llList2String">
+ <string name="LSLTipText_llList2String" translate="false">
string llList2String(list src, integer index)
Copies the string at index in the list
</string>
- <string name="LSLTipText_llList2Key">
+ <string name="LSLTipText_llList2Key" translate="false">
key llList2Key(list src, integer index)
Copies the key at index in the list
</string>
- <string name="LSLTipText_llList2Vector">
+ <string name="LSLTipText_llList2Vector" translate="false">
vector llList2Vector(list src, integer index)
Copies the vector at index in the list
</string>
- <string name="LSLTipText_llList2Rot">
+ <string name="LSLTipText_llList2Rot" translate="false">
rotation llList2Rot(list src, integer index)
Copies the rotation at index in the list
</string>
- <string name="LSLTipText_llList2List">
+ <string name="LSLTipText_llList2List" translate="false">
list llList2List(list src, integer start, integer end)
Copies the slice of the list from start to end
</string>
- <string name="LSLTipText_llDeleteSubList">
+ <string name="LSLTipText_llDeleteSubList" translate="false">
list llDeleteSubList(list src, integer start, integer end)
Removes the slice from start to end and returns the remainder of the list
</string>
- <string name="LSLTipText_llGetListEntryType">
+ <string name="LSLTipText_llGetListEntryType" translate="false">
integer llGetListEntryType(list src, integer index)
Returns the type of the index entry in the list
(TYPE_INTEGER, TYPE_FLOAT, TYPE_STRING, TYPE_KEY, TYPE_VECTOR, TYPE_ROTATION, or TYPE_INVALID if index is off list)
</string>
- <string name="LSLTipText_llList2CSV">
+ <string name="LSLTipText_llList2CSV" translate="false">
string llList2CSV(list src)
Creates a string of comma separated values from list
</string>
- <string name="LSLTipText_llCSV2List">
+ <string name="LSLTipText_llCSV2List" translate="false">
list llCSV2List(string src)
Creates a list from a string of comma separated values
</string>
- <string name="LSLTipText_llListRandomize">
+ <string name="LSLTipText_llListRandomize" translate="false">
list llListRandomize(list src, integer stride)
Returns a randomized list of blocks of size stride
</string>
- <string name="LSLTipText_llList2ListStrided">
+ <string name="LSLTipText_llList2ListStrided" translate="false">
list llList2ListStrided(list src, integer start, integer end, integer stride)
Copies the strided slice of the list from start to end
</string>
- <string name="LSLTipText_llGetRegionCorner">
+ <string name="LSLTipText_llGetRegionCorner" translate="false">
vector llGetRegionCorner()
Returns a vector in meters that is the global location of the south-west corner of the region which the object is in
</string>
- <string name="LSLTipText_llListInsertList">
+ <string name="LSLTipText_llListInsertList" translate="false">
list llListInsertList(list dest, list src, integer start)
Returns a list that contains all the elements from dest but with the elements from src inserted at position start
</string>
- <string name="LSLTipText_llListFindList">
+ <string name="LSLTipText_llListFindList" translate="false">
integer llListFindList(list src, list test)
Returns the index of the first instance of test in src.
(Returns -1 if not found)
</string>
- <string name="LSLTipText_llGetObjectName">
+ <string name="LSLTipText_llGetObjectName" translate="false">
string llGetObjectName()
Returns the name of the prim which the script is attached to
</string>
- <string name="LSLTipText_llSetObjectName">
+ <string name="LSLTipText_llSetObjectName" translate="false">
llSetObjectName(string name)
Sets the prim&apos;s name to the name parameter
</string>
- <string name="LSLTipText_llGetDate">
+ <string name="LSLTipText_llGetDate" translate="false">
string llGetDate()
Returns the current date in the UTC time zone in the format YYYY-MM-DD
</string>
- <string name="LSLTipText_llEdgeOfWorld">
+ <string name="LSLTipText_llEdgeOfWorld" translate="false">
integer llEdgeOfWorld(vector pos, vector dir)
Checks to see whether the border hit by dir from pos is the edge of the world (has no neighboring region)
</string>
- <string name="LSLTipText_llGetAgentInfo">
+ <string name="LSLTipText_llGetAgentInfo" translate="false">
integer llGetAgentInfo(key id)
Returns an integer bitfield containing the agent information about id.
Returns AGENT_FLYING, AGENT_ATTACHMENTS, AGENT_SCRIPTED, AGENT_SITTING, AGENT_ON_OBJECT, AGENT_MOUSELOOK, AGENT_AWAY, AGENT_BUSY, AGENT_TYPING, AGENT_CROUCHING, AGENT_ALWAYS_RUN, AGENT_WALKING and/or AGENT_IN_AIR.
</string>
- <string name="LSLTipText_llAdjustSoundVolume">
+ <string name="LSLTipText_llAdjustSoundVolume" translate="false">
llAdjustSoundVolume(float volume)
Adjusts volume of attached sound (0.0 - 1.0)
</string>
- <string name="LSLTipText_llSetSoundQueueing">
+ <string name="LSLTipText_llSetSoundQueueing" translate="false">
llSetSoundQueueing(integer queue)
Sets whether attached sounds wait for the current sound to finish (If queue == TRUE then queuing is enabled, if FALSE queuing is disabled [default])
</string>
- <string name="LSLTipText_llSetSoundRadius">
+ <string name="LSLTipText_llSetSoundRadius" translate="false">
llSetSoundRadius(float radius)
Establishes a hard cut-off radius for audibility of scripted sounds (both attached and triggered)
</string>
- <string name="LSLTipText_llKey2Name">
+ <string name="LSLTipText_llKey2Name" translate="false">
string llKey2Name(key id)
Returns the name of the prim or avatar specified by id.
(The id must be a valid rezzed prim or avatar key in the current simulator, otherwise an empty string is returned.)
</string>
- <string name="LSLTipText_llSetTextureAnim">
+ <string name="LSLTipText_llSetTextureAnim" translate="false">
llSetTextureAnim(integer mode, integer face, integer sizex, integer sizey, float start, float length, float rate)
Animates the texture on the specified face/faces
</string>
- <string name="LSLTipText_llTriggerSoundLimited">
+ <string name="LSLTipText_llTriggerSoundLimited" translate="false">
llTriggerSoundLimited(string sound, float volume, vector top_north_east, vector bottom_south_west)
Plays sound at volume (0.0 - 1.0), centered at but not attached to object, limited to the box defined by vectors top_north_east and bottom_south_west
</string>
- <string name="LSLTipText_llEjectFromLand">
+ <string name="LSLTipText_llEjectFromLand" translate="false">
llEjectFromLand(key avatar)
Ejects avatar from the parcel
</string>
- <string name="LSLTipText_llParseString2List">
+ <string name="LSLTipText_llParseString2List" translate="false">
list llParseString2List(string src, list separators, list spacers)
Breaks src into a list, discarding separators, keeping spacers
(separators and spacers must be lists of strings, maximum of 8 each)
</string>
- <string name="LSLTipText_llOverMyLand">
+ <string name="LSLTipText_llOverMyLand" translate="false">
integer llOverMyLand(key id)
Returns TRUE if id is over land owned by the script owner, otherwise FALSE
</string>
- <string name="LSLTipText_llGetLandOwnerAt">
+ <string name="LSLTipText_llGetLandOwnerAt" translate="false">
key llGetLandOwnerAt(vector pos)
Returns the key of the land owner, returns NULL_KEY if public
</string>
- <string name="LSLTipText_llGetNotecardLine">
+ <string name="LSLTipText_llGetNotecardLine" translate="false">
key llGetNotecardLine(string name, integer line)
Returns line line of notecard name via the dataserver event
</string>
- <string name="LSLTipText_llGetAgentSize">
+ <string name="LSLTipText_llGetAgentSize" translate="false">
vector llGetAgentSize(key id)
If the avatar is in the same region, returns the size of the bounding box of the requested avatar by id, otherwise returns ZERO_VECTOR
</string>
- <string name="LSLTipText_llSameGroup">
+ <string name="LSLTipText_llSameGroup" translate="false">
integer llSameGroup(key id)
Returns TRUE if avatar id is in the same region and has the same active group, otherwise FALSE
</string>
- <string name="LSLTipText_llUnSit">
+ <string name="LSLTipText_llUnSit" translate="false">
key llUnSit(key id)
If avatar identified by id is sitting on the object the script is attached to or is over land owned by the object&apos;s owner, the avatar is forced to stand up
</string>
- <string name="LSLTipText_llGroundSlope">
+ <string name="LSLTipText_llGroundSlope" translate="false">
vector llGroundSlope(vector offset)
Returns the ground slope below the object position + offset
</string>
- <string name="LSLTipText_llGroundNormal">
+ <string name="LSLTipText_llGroundNormal" translate="false">
vector llGroundNormal(vector offset)
Returns the ground normal below the object position + offset
</string>
- <string name="LSLTipText_llGroundContour">
+ <string name="LSLTipText_llGroundContour" translate="false">
vector llGroundCountour(vector offset)
Returns the ground contour direction below the object position + offset
</string>
- <string name="LSLTipText_llGetAttached">
+ <string name="LSLTipText_llGetAttached" translate="false">
integer llGetAttached()
Returns the object&apos;s attachment point, or 0 if not attached
</string>
- <string name="LSLTipText_llGetFreeMemory">
+ <string name="LSLTipText_llGetFreeMemory" translate="false">
integer llGetFreeMemory()
Returns the number of free bytes of memory the script can use
</string>
- <string name="LSLTipText_llGetRegionName">
+ <string name="LSLTipText_llGetRegionName" translate="false">
string llGetRegionName()
Returns the current region name
</string>
- <string name="LSLTipText_llGetRegionTimeDilation">
+ <string name="LSLTipText_llGetRegionTimeDilation" translate="false">
float llGetRegionTimeDilation()
Returns the current time dilation as a float between 0.0 (full dilation) and 1.0 (no dilation)
</string>
- <string name="LSLTipText_llGetRegionFPS">
+ <string name="LSLTipText_llGetRegionFPS" translate="false">
float llGetRegionFPS()
Returns the mean region frames per second
</string>
- <string name="LSLTipText_llParticleSystem">
+ <string name="LSLTipText_llParticleSystem" translate="false">
llParticleSystem(list rules)
Creates a particle system based on rules. An empty list removes the particle system.
List format is [ rule1, data1, rule2, data2 . . . rulen, datan ]
</string>
- <string name="LSLTipText_llGroundRepel">
+ <string name="LSLTipText_llGroundRepel" translate="false">
llGroundRepel(float height, integer water, float tau)
Critically damps to height if within height*0.5 of level (either above ground level, or above the higher of land and water if water == TRUE)
</string>
- <string name="LSLTipText_llGiveInventoryList">
+ <string name="LSLTipText_llGiveInventoryList" translate="false">
llGiveInventoryList(key target, string folder, list inventory)
Gives inventory items to target, creating a new folder to put them in
</string>
- <string name="LSLTipText_llSetVehicleType">
+ <string name="LSLTipText_llSetVehicleType" translate="false">
llSetVehicleType(integer type)
Sets the vehicle to one of the default types
</string>
- <string name="LSLTipText_llSetVehicleFloatParam">
+ <string name="LSLTipText_llSetVehicleFloatParam" translate="false">
llSetVehicleFloatParam(integer param, float value)
Sets the specified vehicle float parameter
</string>
- <string name="LSLTipText_llSetVehicleVectorParam">
+ <string name="LSLTipText_llSetVehicleVectorParam" translate="false">
llSetVehicleVectorParam(integer param, vector vec)
Sets the specified vehicle vector parameter
</string>
- <string name="LSLTipText_llSetVehicleRotationParam">
+ <string name="LSLTipText_llSetVehicleRotationParam" translate="false">
llSetVehicleVectorParam(integer param, rotation rot)
Sets the specified vehicle rotation parameter
</string>
- <string name="LSLTipText_llSetVehicleFlags">
+ <string name="LSLTipText_llSetVehicleFlags" translate="false">
llSetVehicleFlags(integer flags)
Sets the enabled bits in &apos;flags&apos;
</string>
- <string name="LSLTipText_llRemoveVehicleFlags">
+ <string name="LSLTipText_llRemoveVehicleFlags" translate="false">
llRemoveVehicleFlags(integer flags)
Removes the enabled bits in &apos;flags&apos;
</string>
- <string name="LSLTipText_llSitTarget">
+ <string name="LSLTipText_llSitTarget" translate="false">
llSitTarget(vector offset, rotation rot)
Sets the sit location for the prim. If offset == &lt;0,0,0&gt; then the sit target is removed.
</string>
- <string name="LSLTipText_llAvatarOnSitTarget">
+ <string name="LSLTipText_llAvatarOnSitTarget" translate="false">
key llAvatarOnSitTarget()
If an avatar is seated on the sit target, returns the avatar&apos;s key, otherwise NULL_KEY
</string>
- <string name="LSLTipText_llAddToLandPassList">
+ <string name="LSLTipText_llAddToLandPassList" translate="false">
llAddToLandPassList(key avatar, float hours)
Adds avatar to the land pass list for hours, or indefinitely if hours is 0
</string>
- <string name="LSLTipText_llSetTouchText">
+ <string name="LSLTipText_llSetTouchText" translate="false">
llSetTouchText(string text)
Displays text rather than the default &apos;Touch&apos; in the pie menu
</string>
- <string name="LSLTipText_llSetSitText">
+ <string name="LSLTipText_llSetSitText" translate="false">
llSetSitText(string text)
Displays text rather than the default &apos;Sit Here&apos; in the pie menu
</string>
- <string name="LSLTipText_llSetCameraEyeOffset">
+ <string name="LSLTipText_llSetCameraEyeOffset" translate="false">
llSetCameraEyeOffset(vector offset)
Sets the camera eye offset for avatars that sit on the object
</string>
- <string name="LSLTipText_llSetCameraAtOffset">
+ <string name="LSLTipText_llSetCameraAtOffset" translate="false">
llSetCameraAtOffset(vector offset)
Sets the point the camera is looking at to offset for avatars that sit on the object
</string>
- <string name="LSLTipText_llDumpList2String">
+ <string name="LSLTipText_llDumpList2String" translate="false">
string llDumpList2String(list src, string separator)
Returns the list in a single string, using separator between the entries
</string>
- <string name="LSLTipText_llScriptDanger">
+ <string name="LSLTipText_llScriptDanger" translate="false">
integer llScriptDanger(vector pos)
Returns TRUE if pos is over public land, sandbox land, land that doesn&apos;t allow everyone to edit and build, or land that doesn&apos;t allow outside scripts
</string>
- <string name="LSLTipText_llDialog">
+ <string name="LSLTipText_llDialog" translate="false">
llDialog(key avatar, string message, list buttons, integer chat_channel
Shows a dialog box on the avatar&apos;s screen with a message and up to 12 buttons.
If a button is pressed, the avatar says the text of the button label on chat_channel.
</string>
- <string name="LSLTipText_llVolumeDetect">
+ <string name="LSLTipText_llVolumeDetect" translate="false">
llVolumeDetect(integer detect)
If detect = TRUE, object works much like Phantom, but triggers collision_start and collision_end events when other objects start and stop interpenetrating.
Must be applied to the root prim.
</string>
- <string name="LSLTipText_llResetOtherScript">
+ <string name="LSLTipText_llResetOtherScript" translate="false">
llResetOtherScript(string name)
Resets script name
</string>
- <string name="LSLTipText_llGetScriptState">
+ <string name="LSLTipText_llGetScriptState" translate="false">
integer llGetScriptState(string name)
Returns TRUE if the script name is running
</string>
- <string name="LSLTipText_llRemoteLoadScript">
+ <string name="LSLTipText_llRemoteLoadScript" translate="false">
DEPRECATED! Please use llRemoteLoadScriptPin instead.
</string>
- <string name="LSLTipText_llSetRemoteScriptAccessPin">
+ <string name="LSLTipText_llSetRemoteScriptAccessPin" translate="false">
llSetRemoteScriptAccessPin(integer pin)
If pin is set to a non-zero number, allows a prim to have scripts remotely loaded via llRemoteLoadScriptPin when it passes in the correct pin. Otherwise, llRemoteLoadScriptPin is ignored.
</string>
- <string name="LSLTipText_llRemoteLoadScriptPin">
+ <string name="LSLTipText_llRemoteLoadScriptPin" translate="false">
llRemoteLoadScriptPin(key target, string name, integer pin, integer running, integer start_param)
Copies script name onto target, if the owner of this scripted object can modify target and is in the same region, and the matching pin is used.
If running == TRUE, starts the script with start_param
</string>
- <string name="LSLTipText_llOpenRemoteDataChannel">
+ <string name="LSLTipText_llOpenRemoteDataChannel" translate="false">
llOpenRemoteDataChannel()
Creates a channel to listen for XML-RPC calls, and will trigger a remote_data event with channel id once it is available
</string>
- <string name="LSLTipText_llSendRemoteData">
+ <string name="LSLTipText_llSendRemoteData" translate="false">
key llSendRemoteData(key channel, string dest, integer idata, string sdata)
Sends an XML-RPC request to dest through channel with payload of channel (in a string), integer idata and string sdata.
Returns a key that is the message_id for the resulting remote_data events.
</string>
- <string name="LSLTipText_llRemoteDataReply">
+ <string name="LSLTipText_llRemoteDataReply" translate="false">
llRemoteDataReply(key channel, key message_id, string sdata, integer idata)
Sends an XML-RPC reply to message_id on channel with payload of string sdata and integer idata
</string>
- <string name="LSLTipText_llCloseRemoteDataChannel">
+ <string name="LSLTipText_llCloseRemoteDataChannel" translate="false">
llCloseRemoteDataChannel(key channel)
Closes XML-RPC channel
</string>
- <string name="LSLTipText_llMD5String">
+ <string name="LSLTipText_llMD5String" translate="false">
string llMD5String(string src, integer nonce)
Returns a string of 32 hex characters that is a RSA Data Security, Inc. MD5 Message-Digest Algorithm of src with nonce
</string>
- <string name="LSLTipText_llSetPrimitiveParams">
+ <string name="LSLTipText_llSetPrimitiveParams" translate="false">
llSetPrimitiveParams(list rules)
Sets the prim&apos;s parameters according to rules
</string>
- <string name="LSLTipText_llStringToBase64">
+ <string name="LSLTipText_llStringToBase64" translate="false">
string llStringToBase64(string str)
Converts a string to the Base64 representation of the string
</string>
- <string name="LSLTipText_llBase64ToString">
+ <string name="LSLTipText_llBase64ToString" translate="false">
string llBase64ToString(string str)
Converts a Base64 string to a conventional string.
If the conversion creates any unprintable characters, they are converted to spaces.
</string>
- <string name="LSLTipText_llXorBase64Strings">
+ <string name="LSLTipText_llXorBase64Strings" translate="false">
string llXorBase64Strings(string s1, string s2)
DEPRECATED! Please use llXorBase64StringsCorrect instead.
Incorrectly performs an exclusive or on two Base64 strings and returns a Base64 string. s2 repeats if it is shorter than s1. Retained for backwards compatability.
</string>
- <string name="LSLTipText_llRemoteDataSetRegion">
+ <string name="LSLTipText_llRemoteDataSetRegion" translate="false">
llRemoteDataSetRegion()
DEPRECATED! Please use llOpenRemoteDataChannel instead.
If an object using remote data channels changes regions, you must call this function to reregister the remote data channels. This call is not needed if the prim does not change regions.
</string>
- <string name="LSLTipText_llLog10">
+ <string name="LSLTipText_llLog10" translate="false">
float llLog10(float val)
Returns the base 10 logarithm of val. Returns zero if val &lt;= 0.
</string>
- <string name="LSLTipText_llLog">
+ <string name="LSLTipText_llLog" translate="false">
float llLog(float val)
Returns the natural logarithm of val. Returns zero if val &lt;= 0.
</string>
- <string name="LSLTipText_llGetAnimationList">
+ <string name="LSLTipText_llGetAnimationList" translate="false">
list llGetAnimationList(key id)
Returns a list of keys of playing animations for avatar described by id
</string>
- <string name="LSLTipText_llSetParcelMusicURL">
+ <string name="LSLTipText_llSetParcelMusicURL" translate="false">
llSetParcelMusicURL(string url)
Sets the streaming audio URL for the parcel which the object is on
</string>
- <string name="LSLTipText_llGetRootPosition">
+ <string name="LSLTipText_llGetRootPosition" translate="false">
vector llGetRootPosition()
Returns the position (in region coordinates) of the root prim of the object which the script is attached to
</string>
- <string name="LSLTipText_llGetRootRotation">
+ <string name="LSLTipText_llGetRootRotation" translate="false">
rotation llGetRootRotation()
Returns the rotation (relative to the region) of the root prim of the object which the script is attached to
</string>
- <string name="LSLTipText_llGetObjectDesc">
+ <string name="LSLTipText_llGetObjectDesc" translate="false">
string llGetObjectDesc()
Returns the description of the prim the script is attached to
</string>
- <string name="LSLTipText_llSetObjectDesc">
+ <string name="LSLTipText_llSetObjectDesc" translate="false">
llSetObjectDesc(string name)
Sets the prim&apos;s description
</string>
- <string name="LSLTipText_llGetCreator">
+ <string name="LSLTipText_llGetCreator" translate="false">
key llGetCreator()
Returns a key for the creator of the prim
</string>
- <string name="LSLTipText_llGetTimestamp">
+ <string name="LSLTipText_llGetTimestamp" translate="false">
string llGetTimestamp()
Returns the timestamp in the UTC time zone in the format: YYYY-MM-DDThh:mm:ss.ff..fZ
</string>
- <string name="LSLTipText_llSetLinkAlpha">
+ <string name="LSLTipText_llSetLinkAlpha" translate="false">
llSetLinkAlpha(integer linknumber, float alpha, integer face)
If a prim exists in the link chain at linknumber, sets face to alpha
</string>
- <string name="LSLTipText_llGetNumberOfPrims">
+ <string name="LSLTipText_llGetNumberOfPrims" translate="false">
integer llGetNumberOfPrims()
Returns the number of prims in a link set the script is attached to
</string>
- <string name="LSLTipText_llGetNumberOfNotecardLines">
+ <string name="LSLTipText_llGetNumberOfNotecardLines" translate="false">
key llGetNumberOfNotecardLines(string name)
Returns number of lines in notecard name via the dataserver event (cast return value to integer)
</string>
- <string name="LSLTipText_llGetBoundingBox">
+ <string name="LSLTipText_llGetBoundingBox" translate="false">
list llGetBoundingBox(key object)
Returns the bounding box around the object (including any linked prims) relative to its root prim, in a list in the format [ (vector) min_corner, (vector) max_corner ]
</string>
- <string name="LSLTipText_llGetGeometricCenter">
+ <string name="LSLTipText_llGetGeometricCenter" translate="false">
vector llGetGeometricCenter()
Returns the geometric center of the linked set the script is attached to.
</string>
- <string name="LSLTipText_llGetPrimitiveParams">
+ <string name="LSLTipText_llGetPrimitiveParams" translate="false">
list llGetPrimitiveParams(list params)
Returns the primitive parameters specified in the params list.
</string>
- <string name="LSLTipText_llIntegerToBase64">
+ <string name="LSLTipText_llIntegerToBase64" translate="false">
string llIntegerToBase64(integer number)
Returns a string that is a Base64 big endian encode of number
</string>
- <string name="LSLTipText_llBase64ToInteger">
+ <string name="LSLTipText_llBase64ToInteger" translate="false">
integer llBase64ToInteger(string str)
Returns an integer that is the str Base64 decoded as a big endian integer
</string>
- <string name="LSLTipText_llGetGMTclock">
+ <string name="LSLTipText_llGetGMTclock" translate="false">
float llGetGMTclock()
Returns the time in seconds since midnight GMT
</string>
- <string name="LSLTipText_llGetSimulatorHostname">
+ <string name="LSLTipText_llGetSimulatorHostname" translate="false">
string llGetSimulatorHostname()
Returns the hostname of the machine which the script is running on (same as string in viewer Help dialog)
</string>
- <string name="LSLTipText_llSetLocalRot">
+ <string name="LSLTipText_llSetLocalRot" translate="false">
llSetLocalRot(rotation rot)
Sets the rotation of a child prim relative to the root prim
</string>
- <string name="LSLTipText_llParseStringKeepNulls">
+ <string name="LSLTipText_llParseStringKeepNulls" translate="false">
list llParseStringKeepNulls(string src, list separators, list spacers)
Breaks src into a list, discarding separators, keeping spacers, keeping any null values generated.
(separators and spacers must be lists of strings, maximum of 8 each)
</string>
- <string name="LSLTipText_llRezAtRoot">
+ <string name="LSLTipText_llRezAtRoot" translate="false">
llRezAtRoot(string inventory, vector pos, vector vel, rotation rot, integer param)
Instantiates owner&apos;s inventory object rotated to rot with its root at pos, moving at vel, using param as the start parameter
</string>
- <string name="LSLTipText_llGetObjectPermMask">
+ <string name="LSLTipText_llGetObjectPermMask" translate="false">
integer llGetObjectPermMask(integer mask)
Returns the requested permission mask for the root object the task is attached to
</string>
- <string name="LSLTipText_llSetObjectPermMask">
+ <string name="LSLTipText_llSetObjectPermMask" translate="false">
llSetObjectPermMask(integer mask, integer value)
Sets the given permission mask to the new value on the root object the task is attached to
</string>
- <string name="LSLTipText_llGetInventoryPermMask">
+ <string name="LSLTipText_llGetInventoryPermMask" translate="false">
integer llGetInventoryPermMask(string item, integer mask)
Returns the requested permission mask for the inventory item
</string>
- <string name="LSLTipText_llSetInventoryPermMask">
+ <string name="LSLTipText_llSetInventoryPermMask" translate="false">
llSetInventoryPermMask(string item, integer mask, integer value)
Sets the given permission mask to the new value on the inventory item
</string>
- <string name="LSLTipText_llGetInventoryCreator">
+ <string name="LSLTipText_llGetInventoryCreator" translate="false">
key llGetInventoryCreator(string item)
Returns a key for the creator of the inventory item
</string>
- <string name="LSLTipText_llOwnerSay">
+ <string name="LSLTipText_llOwnerSay" translate="false">
llOwnerSay(string msg)
Says msg to owner only. (Owner must be in the same region.)
</string>
- <string name="LSLTipText_llRequestSimulatorData">
+ <string name="LSLTipText_llRequestSimulatorData" translate="false">
key llRequestSimulatorData(string simulator, integer data)
Requests data about simulator. When data is available the dataserver event will be raised.
</string>
- <string name="LSLTipText_llForceMouselook">
+ <string name="LSLTipText_llForceMouselook" translate="false">
llForceMouselook(integer mouselook)
If mouselook is TRUE, any avatar that sits upon the prim will be forced into mouselook mode
</string>
- <string name="LSLTipText_llGetObjectMass">
+ <string name="LSLTipText_llGetObjectMass" translate="false">
float llGetObjectMass(key id)
Returns the mass of the avatar or object in the region
</string>
- <string name="LSLTipText_llListReplaceList">
+ <string name="LSLTipText_llListReplaceList" translate="false">
list llListReplaceList(list dest, list src, integer start, integer end)
Returns a list that is dest with start through end removed and src inserted at start
</string>
- <string name="LSLTipText_llLoadURL">
+ <string name="LSLTipText_llLoadURL" translate="false">
llLoadURL(key avatar, string message, string url)
Shows a dialog to avatar offering to load the web page at url with a message.
If user clicks yes, launches the page in their web browser.
</string>
- <string name="LSLTipText_llParcelMediaCommandList">
+ <string name="LSLTipText_llParcelMediaCommandList" translate="false">
llParcelMediaCommandList(list command)
Sends a list of commands, some with arguments, to a parcel to control the playback of movies and other media
</string>
- <string name="LSLTipText_llParcelMediaQuery">
+ <string name="LSLTipText_llParcelMediaQuery" translate="false">
list llParcelMediaQuery(list query)
Returns a list containing results of the sent query
</string>
- <string name="LSLTipText_llModPow">
+ <string name="LSLTipText_llModPow" translate="false">
integer llModPow(integer a, integer b, integer c)
Returns a raised to the b power, mod c. ( (a**b)%c )
b is capped at 0xFFFF (16 bits).
</string>
- <string name="LSLTipText_llGetInventoryType">
+ <string name="LSLTipText_llGetInventoryType" translate="false">
integer llGetInventoryType(string name)
Returns the type of the inventory item name
</string>
- <string name="LSLTipText_llSetPayPrice">
+ <string name="LSLTipText_llSetPayPrice" translate="false">
llSetPayPrice(integer price, list quick_pay_buttons)
Sets the default amount on the dialog that appears when someone chooses to pay this prim
</string>
- <string name="LSLTipText_llGetCameraPos">
+ <string name="LSLTipText_llGetCameraPos" translate="false">
vector llGetCameraPos()
Returns the current camera position for the agent the task has permissions for
</string>
- <string name="LSLTipText_llGetCameraRot">
+ <string name="LSLTipText_llGetCameraRot" translate="false">
rotation llGetCameraRot()
Returns the current camera orientation for the agent the task has permissions for
</string>
- <string name="LSLTipText_llSetPrimURL">
+ <string name="LSLTipText_llSetPrimURL" translate="false">
llSetPrimURL(string url)
Updates the URL for the web page shown on the sides of the object
</string>
- <string name="LSLTipText_llRefreshPrimURL">
+ <string name="LSLTipText_llRefreshPrimURL" translate="false">
llRefreshPrimURL()
Reloads the web page shown on the sides of the object
</string>
- <string name="LSLTipText_llEscapeURL">
+ <string name="LSLTipText_llEscapeURL" translate="false">
string llEscapeURL(string url)
Returns an escaped/encoded version of url, replacing spaces with %20 etc.
</string>
- <string name="LSLTipText_llUnescapeURL">
+ <string name="LSLTipText_llUnescapeURL" translate="false">
string llUnescapeURL(string url)
Returns an unescaped/ unencoded version of url, replacing %20 with spaces etc.
</string>
- <string name="LSLTipText_llMapDestination">
+ <string name="LSLTipText_llMapDestination" translate="false">
llMapDestination(string simname, vector pos, vector look_at)
Opens the World Map centered on the region simname with pos highlighted. (NOTE: look_at currently does nothing.)
Only works for scripts attached to avatar, or during touch events.
</string>
- <string name="LSLTipText_llAddToLandBanList">
+ <string name="LSLTipText_llAddToLandBanList" translate="false">
llAddToLandBanList(key avatar, float hours)
Adds avatar to the land ban list for hours, or indefinitely if hours is 0
</string>
- <string name="LSLTipText_llRemoveFromLandPassList">
+ <string name="LSLTipText_llRemoveFromLandPassList" translate="false">
llRemoveFromLandPassList(key avatar)
Removes avatar from the land pass list
</string>
- <string name="LSLTipText_llRemoveFromLandBanList">
+ <string name="LSLTipText_llRemoveFromLandBanList" translate="false">
llRemoveFromLandBanList(key avatar)
Removes avatar from the land ban list
</string>
- <string name="LSLTipText_llSetCameraParams">
+ <string name="LSLTipText_llSetCameraParams" translate="false">
llSetCameraParams(list rules)
Sets multiple camera parameters at once.
List format is [ rule1, data1, rule2, data2 . . . rulen, datan ]
</string>
- <string name="LSLTipText_llClearCameraParams">
+ <string name="LSLTipText_llClearCameraParams" translate="false">
llClearCameraParams()
Resets all camera parameters to default values and turns off scripted camera control
</string>
- <string name="LSLTipText_llListStatistics">
+ <string name="LSLTipText_llListStatistics" translate="false">
float llListStatistics(integer operation, list src)
Performs statistical aggregate functions on list src using LIST_STAT_* operations
</string>
- <string name="LSLTipText_llGetUnixTime">
+ <string name="LSLTipText_llGetUnixTime" translate="false">
integer llGetUnixTime()
Returns the number of seconds elapsed since 00:00 hours, Jan 1, 1970 UTC from the system clock
</string>
- <string name="LSLTipText_llGetParcelFlags">
+ <string name="LSLTipText_llGetParcelFlags" translate="false">
integer llGetParcelFlags(vector pos)
Returns a mask of the parcel flags (PARCEL_FLAG_*) for the parcel that includes the point pos
</string>
- <string name="LSLTipText_llGetRegionFlags">
+ <string name="LSLTipText_llGetRegionFlags" translate="false">
integer llGetRegionFlags()
Returns the region flags (REGION_FLAG_*) for the region the object is in
</string>
- <string name="LSLTipText_llXorBase64StringsCorrect">
+ <string name="LSLTipText_llXorBase64StringsCorrect" translate="false">
string llXorBase64StringsCorrect(string s1, string s2)
Correctly performs an exclusive or on two Base64 strings and returns a Base64 string.
s2 repeats if it is shorter than s1.
</string>
- <string name="LSLTipText_llHTTPRequest">
+ <string name="LSLTipText_llHTTPRequest" translate="false">
llHTTPRequest(string url, list parameters, string body)
Sends an HTTP request to the specified url with the body of the request and parameters
</string>
- <string name="LSLTipText_llResetLandBanList">
+ <string name="LSLTipText_llResetLandBanList" translate="false">
llResetLandBanList()
Removes all residents from the land ban list
</string>
- <string name="LSLTipText_llResetLandPassList">
+ <string name="LSLTipText_llResetLandPassList" translate="false">
llResetLandPassList()
Removes all residents from the land access/pass list
</string>
- <string name="LSLTipText_llGetObjectPrimCount">
+ <string name="LSLTipText_llGetObjectPrimCount" translate="false">
integer llGetObjectPrimCount(key object_id)
Returns the total number of prims for an object in the region
</string>
- <string name="LSLTipText_llGetParcelPrimOwners">
+ <string name="LSLTipText_llGetParcelPrimOwners" translate="false">
list llGetParcelPrimOwners(vector pos)
Returns a list of all residents who own objects on the parcel at pos and with individual prim counts.
Requires owner-like permissions for the parcel.
</string>
- <string name="LSLTipText_llGetParcelPrimCount">
+ <string name="LSLTipText_llGetParcelPrimCount" translate="false">
integer llGetParcelPrimCount(vector pos, integer category, integer sim_wide)
Returns the number of prims on the parcel at pos of the given category.
Categories: PARCEL_COUNT_TOTAL, _OWNER, _GROUP, _OTHER, _SELECTED, _TEMP
</string>
- <string name="LSLTipText_llGetParcelMaxPrims">
+ <string name="LSLTipText_llGetParcelMaxPrims" translate="false">
integer llGetParcelMaxPrims(vector pos, integer sim_wide)
Returns the maximum number of prims allowed on the parcel at pos
</string>
- <string name="LSLTipText_llGetParcelDetails">
+ <string name="LSLTipText_llGetParcelDetails" translate="false">
list llGetParcelDetails(vector pos, list params)
Returns the parcel details specified in params for the parcel at pos.
Params is one or more of: PARCEL_DETAILS_NAME, _DESC, _OWNER, _GROUP, _AREA
</string>
- <string name="LSLTipText_llSetLinkPrimitiveParams">
+ <string name="LSLTipText_llSetLinkPrimitiveParams" translate="false">
llSetLinkPrimitiveParams(integer linknumber, list rules)
Sets primitive parameters for linknumber based on rules
</string>
- <string name="LSLTipText_llSetLinkTexture">
+ <string name="LSLTipText_llSetLinkTexture" translate="false">
llSetLinkTexture(integer linknumber, string texture, integer face)
Sets the texture of face for a task that exists in the link chain at linknumber
</string>
- <string name="LSLTipText_llStringTrim">
+ <string name="LSLTipText_llStringTrim" translate="false">
string llStringTrim(string src, integer trim_type)
Trims the leading and/or trailing white spaces from a string.
trim_type can be STRING_TRIM, STRING_TRIM_HEAD or STRING_TRIM_TAIL.
</string>
- <string name="LSLTipText_llRegionSay">
+ <string name="LSLTipText_llRegionSay" translate="false">
llRegionSay(integer channel, string msg)
Broadcasts msg on channel (not 0) that can be heard anywhere in the region by a script listening on channel
</string>
- <string name="LSLTipText_llGetObjectDetails">
+ <string name="LSLTipText_llGetObjectDetails" translate="false">
list llGetObjectDetails(key id, list params)
Returns the object details specified in params for the object with key id.
Params are OBJECT_NAME, _DESC, _POS, _ROT, _VELOCITY, _OWNER, _GROUP, _CREATOR
</string>
- <string name="LSLTipText_llSetClickAction">
+ <string name="LSLTipText_llSetClickAction" translate="false">
llSetClickAction(integer action)
Sets the action performed when a prim is clicked upon
</string>
- <string name="LSLTipText_llGetRegionAgentCount">
+ <string name="LSLTipText_llGetRegionAgentCount" translate="false">
integer llGetRegionAgentCount()
Returns the number of avatars in the region
</string>
- <string name="LSLTipText_llTextBox">
+ <string name="LSLTipText_llTextBox" translate="false">
llTextBox(key avatar, string message, integer chat_channel
Shows a dialog box on the avatar&apos;s screen with the message.
It contains a text box for input, and if entered that text is chatted on chat_channel.
</string>
- <string name="LSLTipText_llGetAgentLanguage">
+ <string name="LSLTipText_llGetAgentLanguage" translate="false">
string llGetAgentLanguage(key avatar)
Returns the language code of the preferred interface language of the avatar
</string>
- <string name="LSLTipText_llDetectedTouchUV">
+ <string name="LSLTipText_llDetectedTouchUV" translate="false">
vector llDetectedTouchUV(integer index)
Returns the u and v coordinates in the first two components of a vector, for the texture coordinates where the prim was touched in a triggered touch event
</string>
- <string name="LSLTipText_llDetectedTouchFace">
+ <string name="LSLTipText_llDetectedTouchFace" translate="false">
integer llDetectedTouchFace(integer index)
Returns the index of the face where the avatar clicked in a triggered touch event
</string>
- <string name="LSLTipText_llDetectedTouchPos">
+ <string name="LSLTipText_llDetectedTouchPos" translate="false">
vector llDetectedTouchPos(integer index)
Returns the position where the object was touched in a triggered touch event
</string>
- <string name="LSLTipText_llDetectedTouchNormal">
+ <string name="LSLTipText_llDetectedTouchNormal" translate="false">
vector llDetectedTouchNormal(integer index)
Returns the surface normal for a triggered touch event
</string>
- <string name="LSLTipText_llDetectedTouchBinormal">
+ <string name="LSLTipText_llDetectedTouchBinormal" translate="false">
vector llDetectedTouchBinormal(integer index)
Returns the surface binormal for a triggered touch event
</string>
- <string name="LSLTipText_llDetectedTouchST">
+ <string name="LSLTipText_llDetectedTouchST" translate="false">
vector llDetectedTouchST(integer index)
Returns the s and t coordinates in the first two components of a vector, for the surface coordinates where the prim was touched in a triggered touch event
</string>
- <string name="LSLTipText_llSHA1String">
+ <string name="LSLTipText_llSHA1String" translate="false">
string llSHA1String(string src)
Returns a string of 40 hex characters that is the SHA1 security Hash of src
</string>
- <string name="LSLTipText_llGetFreeURLs">
+ <string name="LSLTipText_llGetFreeURLs" translate="false">
integer llGetFreeURLs()
Returns the number of available URLs for the current script
</string>
- <string name="LSLTipText_llRequestURL">
+ <string name="LSLTipText_llRequestURL" translate="false">
key llRequestURL()
Requests one HTTP:// url for use by this object.
An http_request event is triggered with the results.
</string>
- <string name="LSLTipText_llRequestSecureURL">
+ <string name="LSLTipText_llRequestSecureURL" translate="false">
key llRequestSecureURL()
Requests one HTTPS:// (SSL) url for use by this object.
An http_request event is triggered with the results.
</string>
- <string name="LSLTipText_llReleaseURL">
+ <string name="LSLTipText_llReleaseURL" translate="false">
llReleaseURL(string url)
Releases the specified URL, it will no longer be usable
</string>
- <string name="LSLTipText_llHTTPResponse">
+ <string name="LSLTipText_llHTTPResponse" translate="false">
llHTTPResponse(key request_id, integer status, string body)
Responds to request_id with status and body
</string>
- <string name="LSLTipText_llGetHTTPHeader">
+ <string name="LSLTipText_llGetHTTPHeader" translate="false">
string llGetHTTPHeader(key request_id, string header)
Returns the value for header for request_id
</string>
- <string name="LSLTipText_llSetPrimMediaParams">
+ <string name="LSLTipText_llSetPrimMediaParams" translate="false">
llSetPrimMediaParams(integer face, list params)
Sets the media params for a particular face on an object. If media is not already on this object, add it.
List is a set of name/value pairs in no particular order. Params not specified are unchanged, or if new media is added then set to the default specified.
The possible names are below, along with the types of values and what they mean.
</string>
- <string name="LSLTipText_llGetPrimMediaParams">
+ <string name="LSLTipText_llGetPrimMediaParams" translate="false">
list llGetPrimMediaParams(integer face, list params)
Returns the media params for a particular face on an object, given the desired list of names, in the order requested.
(Returns an empty list if no media exists on the face.)
</string>
- <string name="LSLTipText_llClearPrimMedia">
+ <string name="LSLTipText_llClearPrimMedia" translate="false">
llClearPrimMedia(integer face)
Clears (deletes) the media and all params from the given face.
</string>