Difference between revisions of "LlGetNotecard"

From Second Life Wiki
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
Line 11: Line 11:


: It would also require Linden Labs to create a new datatype. --[[User:Reynard_Baroque|<span style="background:red;">&nbsp;&nbsp;</span><span style="color:red"> <b>&yen;</b> </span><span style="background:red;">&nbsp;&nbsp;</span><span style="color:gold;background:navy;">&nbsp;<b>Reynard</b>&nbsp;</span>]] 21:19, 8 April 2011 (PDT)
: It would also require Linden Labs to create a new datatype. --[[User:Reynard_Baroque|<span style="background:red;">&nbsp;&nbsp;</span><span style="color:red"> <b>&yen;</b> </span><span style="background:red;">&nbsp;&nbsp;</span><span style="color:gold;background:navy;">&nbsp;<b>Reynard</b>&nbsp;</span>]] 21:19, 8 April 2011 (PDT)
: It should return them as a list, not an array, no new datatype needed. --[[User:Sharie Criss|Sharie Criss]] 11:14, 25 February 2012 (PST)
: This could be reached by using [[llGetNotecardLine]] along with [[llGetNumberOfNotecardLines]] --[[User:Shadow Siamendes|Shadow Siamendes]] 10:04, 5 July 2012 (PDT)

Latest revision as of 10:04, 5 July 2012

array llGetNotecard(string name)

gets all lines of the notecard named name or with UUID name and saves them into an Array[] If notecard name does not exist it will be created with empty content.


Notecard requests are dependent on a dataserver call, which may or may not return. It is unreasonable to hault the script during this time. -- Strife Onizuka 16:23, 27 July 2007 (PDT)

It would also require Linden Labs to create a new datatype. --   ¥    Reynard  21:19, 8 April 2011 (PDT)
It should return them as a list, not an array, no new datatype needed. --Sharie Criss 11:14, 25 February 2012 (PST)
This could be reached by using llGetNotecardLine along with llGetNumberOfNotecardLines --Shadow Siamendes 10:04, 5 July 2012 (PDT)