Search results

Jump to navigation Jump to search
  • {{LSL DefineRow|void|[[llRequestExperiencePermissions]](key agent, string name)}} {{LSL DefineRow|key|[[llReadKeyValue]](string k)}}
    24 members (3 subcategories, 0 files) - 07:44, 30 August 2014
  • Here's a function to pass a string of text and receive a list of bytes. A second function is provided to work list text2bytes(string text)
    2 KB (198 words) - 15:40, 22 January 2015
  • |func=llUnescapeURL|return_type=string|p1_type=string|p1_name=url |return_text=Gibt eine {{HoverText|Zeichenkette|string}}, die der dekodierten Version von '''url''' entspricht. Dabei wird z.B. %2
    1 KB (170 words) - 16:12, 9 August 2009
  • llSetMetaInformation(string payload); //sets metainformation for tag 0 for this prim. ..., face1, http://www.myhost.com/webtexture.php?text=my%20text"); //inserts string into tag 0 for this prim.
    7 KB (1,050 words) - 06:12, 20 May 2009
  • |func=llSHA1String|return_type=string|p1_type=string|p1_name=src ...re dealt with in UTF-8 fashion: in the hex values, 0xC2 is appended to the byte value (hence 0x0080-0x00FF become 0xC280-0xC2FF inside the llSHA1String() r
    2 KB (361 words) - 16:59, 9 December 2023
  • ..._User-Defined_Functions|User-Defined Function]]: [[key]] uBitRotLeftKey( [[string]] ''vStrKey'', [[integer]] ''vIntRot'' ); <syntaxhighlight lang="lsl2">key uBitRotLeftKey( string vStrKey, integer vIntRot ){
    3 KB (325 words) - 13:41, 9 March 2023
  • llSay(0, "The floor value of -4.5 is: "+(string)llFloor(-4.5) ); llSay(0, "The floor value of -4.9 is: "+(string)llFloor(-4.9) );
    2 KB (254 words) - 01:24, 22 January 2015
  • string myFormattedFloat = Float2String(-7.1373699,3,"Round"); string myFormattedFloat = Float2String(-7.1373699,3,"");
    4 KB (549 words) - 15:40, 21 May 2012
  • integer unspent = 16384; // the well-known available size of byte code plus heap plus stack integer wasted = 313; // the well-known byte size of this script before you add source code to it
    3 KB (491 words) - 14:17, 24 January 2015
  • ...ld be dangerous, not good. This is why I haven't made a function that does byte to list myself (the only reason I have base64&hex <-> dword-list functions ...at an extra byte of 0 is added onto the end depending on the length of the string. It's messing with my encryption. --[[User:Dedric Mauriac|Dedric Mauriac]]
    3 KB (540 words) - 00:10, 3 December 2013
  • llOwnerSay((string) [llOwnerSay("bye")]); // Script run-time error: Heap Error (erreur de tas) llOwnerSay((string) quotient);
    5 KB (700 words) - 01:54, 30 December 2007
  • ...[[llUnescapeURL]] because there was some text about the URL path and query string in [[llEscapeURL]] and I thought a reference wouldn't do no harm for those "The hexadecimal encoded representation of UTF-8 byte encoding is the only supported means of access to non ASCII7 characters (Un
    7 KB (972 words) - 21:41, 29 January 2014
  • |p3_type=string|p3_name=body|p3_desc=レスポンスの内容。
    2 KB (214 words) - 04:43, 25 February 2016
  • **Values: [string] **Values: [string]
    4 KB (672 words) - 09:43, 9 January 2018
  • |return_type=integer|p1_type=string|p1_name=str|p1_desc=Base64 string ...ts, enough for 2 bytes, and 2-character Base64 has 12 bits, enough for one byte.
    1 KB (215 words) - 10:30, 11 October 2023
  • 1 Byte = 8 Bits ...ter uses 4 bits, or half a Byte. So it takes 2 Hex characters to make up a Byte.
    21 KB (3,772 words) - 20:38, 22 August 2008
  • llOwnerSay((string) [llOwnerSay("bye")]); // Script run-time error: Heap Error llOwnerSay((string) quotient);
    5 KB (648 words) - 05:29, 25 March 2008
  • ...with LSO in mind, and LSO did no special conversions. LSO was happy with 6 byte character codes (old UTF-8). Mono is another thing altogether. The only tes ...under LSO, proving the conversion is working flawlessly: <code>llOwnerSay((string)UTF8ToUnicodeInteger(UnicodeIntegerToUTF8(0x7FFFFFFF)));</code> displays 21
    3 KB (487 words) - 10:22, 1 October 2014
  • Takes a string and unescapes "\" style escape codes<br /> | \uxxxx || xxxx is a 4 char hex string, of the unicode character 0000xxxx
    3 KB (396 words) - 04:47, 24 April 2015
  • string 18 + 1 per character string 18 + 2 per character
    7 KB (915 words) - 09:26, 5 April 2017

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)