Difference between revisions of "LlGetNotecard"

From Second Life Wiki
Jump to navigation Jump to search
Line 5: Line 5:
If notecard name does not exist it will be created with
If notecard name does not exist it will be created with
empty content.
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. -- [[User:Strife Onizuka|Strife Onizuka]] 16:23, 27 July 2007 (PDT)

Revision as of 16:23, 27 July 2007

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)