Search results

Jump to navigation Jump to search
  • |func=llJsonGetValue|return_type=string|p1_type=string|p1_name=json|p2_type=list|p2_name=specifi ...ストから値を読み取るよりも遥かに遅いです。ただし、[[llList2String]]を使用する場合、文字列を解析しリストに変換する必要があります。[[llJsonGetValue]]は、文字列を解析する必要がある場合(たとえば、<code
    6 KB (523 words) - 13:05, 22 November 2023
  • |func=llJsonGetValue|return_type=string|p1_type=string|p1_name=json|p2_type=list|p2_name=specifi ...tax character and use [[llUnescapeURL]] on the retrieved string to convert it back - See bugs.
    5 KB (710 words) - 11:11, 25 August 2022
  • ...h "looks" at the last Value added to the top of the stack without removing it). Additionally, a SIZE_OF method is handy to see how many Values are curren ...be safely ignored from then on since it's no longer "within" the Stack and it'll be overwritten by a new Value whenever the length gets back up to that p
    7 KB (1,041 words) - 06:32, 3 January 2016
  • ...m. This object allows you to sit multiple avatars on a child prim however, it won't work on an object like a vehicle that requires a root key to drive th ...l be used as the primary seat for people and drop the code from below into it. This script will keep track of what avatar is sitting where and will assig
    5 KB (609 words) - 17:10, 25 May 2015
  • verify("llJsonGetValue [0]",llJsonGetValue(json,[0]),"[1,2,3,4.0]"); verify("llJsonGetValue [0,1]",llJsonGetValue(json,[0,1]),"2");
    26 KB (2,992 words) - 11:34, 10 June 2015
  • string JisN(string j){if(llJsonValueType(j,[])==JSON_NUMBER )return llJsonGetValue(j,[]);return "";} string JisA(string j){if(llJsonValueType(j,[])==JSON_ARRAY )return llJsonGetValue(j,[]);return "";}
    6 KB (928 words) - 13:10, 22 November 2023
  • string JisN(string j){if(llJsonValueType(j,[])==JSON_NUMBER )return llJsonGetValue(j,[]);return "";} string JisA(string j){if(llJsonValueType(j,[])==JSON_ARRAY )return llJsonGetValue(j,[]);return "";}
    6 KB (961 words) - 13:02, 5 June 2022
  • This script seems to be no longer working since the page it accesses has been altered to a point that the script can no longer handle t ...gunk pushes the <img> tag past 16K. User-agent spoofing almost looked like it would save the day, but the banner gunk is still there, just hidden. --[[Us
    4 KB (506 words) - 05:32, 29 May 2014
  • ...t. It seems to work reliably in a visible attachment; I have some evidence it may not work properly from a HUD attachment. (Or that could be some other u * 4.64 ms: ix = (integer) llJsonGetValue(jObject, [target]);
    6 KB (763 words) - 06:04, 11 July 2014
  • ...ng and not shortened by much. "PI" is not a top level string value because it is nested 1 level deeper. llJson2List unescapes those. {{LSL DefineRow||[[llJsonGetValue]]|}}
    2 KB (217 words) - 12:57, 22 November 2023
  • ...ut one that follows a [http://tools.ietf.org/html/rfc4627 set of rules] in it's construction. These rules allow the encoding, manipulation, storing, tran ...thy lists, as well as nesting of compound data structures, to name a few. It might be helpful to use a [https://json-csv.com JSON to CSV] converter if y
    18 KB (2,822 words) - 10:35, 29 October 2023
  • ...text string and returns a copy of it with a specified element removed from it. // NOTE: This code is not optimized nor does it contain any error checking!!!
    3 KB (394 words) - 20:31, 24 September 2013
  • ...ng and not shortened by much. "PI" is not a top level string value because it is nested 1 level deeper. llJson2List unescapes those. {{LSL DefineRow||[[llJsonGetValue]]|}}
    2 KB (316 words) - 11:33, 22 January 2015
  • If unsuccessful (usually because of specifying an out of bounds array index) it returns [[JSON_INVALID]]. ...ll be overwritten and replaced with an array containing {{LSLPT|value}} at it's first (0) index.
    8 KB (1,132 words) - 15:37, 30 December 2023
  • // BUT, this works, since it is in bounds say("(16): " + llJsonGetValue(output, ["A"]));
    8 KB (808 words) - 13:08, 22 November 2023
  • // BUT, this works, since it is in bounds say("(16): " + llJsonGetValue(output, ["A"]));
    9 KB (1,158 words) - 22:22, 11 January 2014
  • ...e string and llJson2List() to read the particle system defining lists from it. The loss in float-accuracy (Json has BAD float-to-string-conversion) does {{LSL DefineRow||[[llJsonGetValue]]|}}
    4 KB (581 words) - 18:05, 20 April 2017
  • ...traneous byte). Is LSL also going to mangle JSON strings' byte values when it renders them into LSL strings? Won't this corrupt attempts at efficiently v ...rts with a quote, generating invalid JSON. I really don't get why LL finds it advantageous to include magic switches which forces everybody to do workaro
    29 KB (4,383 words) - 09:34, 7 November 2023
  • ...how how one can initially choose the wrong approach to a problem and worry it to death before the light bulb goes off. Please refer to [[User:LepreKhaun_ ...here was correct, it was just the approach that was faulty, kept thinking it had to be kludged. :=)]
    8 KB (1,144 words) - 20:35, 24 September 2013
  • Most likely you don't know the LSO index number for the new function so add it to the bottom of the page. After words... ...dating Template:LSL_All_Functions/Number just select all the text and copy it into Template:LSL_All_Functions/Number
    16 KB (1,613 words) - 10:55, 10 May 2021

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