Added lsl functions from Second Life RC LeTigre 13.12.20.285035

This commit is contained in:
Inusaito Sayori
2014-01-23 21:19:40 -05:00
parent 8ea156d128
commit e3c91a3ba1
3 changed files with 27 additions and 0 deletions

View File

@@ -2095,6 +2095,21 @@ Returns all objects of a particular owner in the given scope or an ERR_* flag.
string llXorBase64(string str1, string str2)
Returns a string that is a Base64 XOR of Base64-formatted input strings.
</string>
<string name="LSLTipText_llScaleByFactor" translate="false">
integer llScaleByFactor(float scaling_factor)
Returns a string that is a Base64 XOR of Base64-formatted input strings.
Uniformly resizes the linkset by the given multiplicative scale factor (e.g. 2.0 to double the scale in all dimensions)
Returns TRUE if rescaling was successful or FALSE otherwise
This function only succeeds in non-physical objects
</string>
<string name="LSLTipText_llGetMinScaleFactor" translate="false">
float llGetMinScaleFactor()
Returns the minimum multiplicative scale factor which can be used by llScaleByFactor(); i.e. such that every prim in the linkset is &gt;=1cm in scale
</string>
<string name="LSLTipText_llGetMaxScaleFactor" translate="false">
float llGetMaxScaleFactor()
Returns the maximum multiplicative scale factor which can be used by llScaleByFactor(); i.e. such that every prim in the linkset is &lt;=64m and the resulting linkset meets the linkability requirements
</string>
<!-- GOD FUNCTIONS -->
<string name="LSLTipText_llGodLikeRezObject">
llGodLikeRezObject( key inventory, vector pos )