Search results

Jump to navigation Jump to search
  • listen(integer channel, string name, key id, string str) str = llToLower(str);
    2 KB (254 words) - 01:43, 22 January 2015
  • link_message(integer sender_num, integer num, string str, key id) if (num == 987777 && llGetInventoryType(str) == INVENTORY_TEXTURE)
    3 KB (499 words) - 11:55, 25 June 2014
  • link_message(integer sender_num, integer num, string str, key id) { if (num == 0 && str == "STOP") {
    2 KB (260 words) - 09:23, 25 December 2011
  • string strReplace(string str, string search, string replace) { return llDumpList2String(llParseStringKeepNulls((str = "") + str, [search], []), replace);
    4 KB (437 words) - 23:31, 24 January 2015
  • listen(integer channel, string name, key id, string str) str = llToLower(str);
    2 KB (256 words) - 10:42, 5 June 2022
  • string String2Hex(string str){ string b64 = (string)llParseString2List(llStringToBase64(str), ["="], []);
    3 KB (337 words) - 19:00, 5 April 2015
  • string str = "http://wiki.secondlife.com/wiki/LSL Portal"; llOwnerSay("Plain string:\n\t" + str);
    2 KB (301 words) - 12:09, 22 January 2015
  • listen(integer channel, string name, key object, string str) { list TempList2 = llParseStringKeepNulls(str,["##"],[]);
    1 KB (133 words) - 21:06, 22 February 2014
  • ...ng="lsl2">string insertString(string destination, integer position, string str) { return llInsertString(destination, position, str);
    2 KB (144 words) - 14:35, 25 February 2016
  • string str = (string)value; return llGetSubString(str, 0, -8);
    3 KB (286 words) - 15:10, 24 January 2015
  • |p1_type=string|p1_name=str|p1_desc=Base64 string |return_text=that is the {{LSLGC|Base64}} '''str''' decoded into a conventional string, interpreting the Base64-encoded byte
    1 KB (178 words) - 10:15, 24 January 2024
  • |p1_type=string|p1_name=str|p1_desc=string to be typecast to a float |func_footnote=The number ''str'' provided as a string may be negative and may or may not have a decimal po
    2 KB (179 words) - 18:07, 24 January 2015
  • link_message(integer sender_num, integer num, string str, key id) if (num ==987788 ) llMessageLinked( LINK_SET, 987799, str, "" );
    2 KB (316 words) - 12:22, 8 January 2014
  • |p1_type=string|p1_name=str|p1_desc=Base64 string |return_text=Gibt einen string, der '''str''' dekodiert als {{LSLGC/de|Base64}} string entspricht.
    1 KB (175 words) - 07:42, 6 August 2009
  • string str = (string)llParseString2List((string)id,["-"],[]); integer len = llStringLength(str);
    3 KB (247 words) - 01:34, 14 September 2022
  • link_message(integer sender_num, integer num, string str, key id) if (num ==985555 ) llSay(-8724, str);
    3 KB (449 words) - 09:22, 25 December 2011
  • string str = Convert(insecs - (3600 * 8) ); // PST is 8 hours behind GMT if (llGetSubString(str, -3, -1) == "PDT") // if the result indicates Daylight Saving Time ...
    3 KB (416 words) - 11:09, 25 January 2015
  • |p3_type=string|p3_name=str|p3_desc=link_message イベントの 3 番目の引数になります。 ...''' で指定されたプリムの中の全てのスクリプトで {{LSLG/ja|link_message}} イベントを同じ引数 '''num''' 、'''str''' 、'''id''' で発生させます。
    7 KB (345 words) - 04:06, 25 February 2016
  • string str = Convert(insecs); if (llGetSubString(str, -3, -1) == "BST") // if the result indicates BST ...
    3 KB (414 words) - 11:08, 25 January 2015
  • |func=llStringLength|return_type=integer|p1_type=string|p1_name=str |return_text='''str''' にある文字の数 (NULL文字をカウントしない) 
    2 KB (173 words) - 14:37, 25 February 2016

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