Difference between revisions of "LlGetNotecard"

From Second Life Wiki
Jump to navigation Jump to search
(New page: array llGetNotecard(string name) gets all lines of the notecard named name or with UUID name and saves them into an {{LSLG|Array}}[])
 
Line 3: Line 3:
gets all lines of the notecard named name or with UUID name  
gets all lines of the notecard named name or with UUID name  
and saves them into an {{LSLG|Array}}[]
and saves them into an {{LSLG|Array}}[]
If notecard name does not exist it will be created with
empty content.

Revision as of 00:42, 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.