Difference between revisions of "LlGetNotecardLine"

From Second Life Wiki
Jump to navigation Jump to search
Line 19: Line 19:
|notes
|notes
|permission
|permission
|cat1=Notecard
|cat2=Inventory
|cat3=
|cat4=
}}
}}
{{LSLC|Stub|GetNotecardLine}}
{{LSLC|Notecard|GetNotecardLine}}
{{LSLC|Inventory|GetNotecardLine}}

Revision as of 21:13, 11 February 2007

Summary

Function: key llGetNotecardLine( string name, integer line );

Requests the line line of the notecard name from the dataserver.
Returns a key that is the handle for a dataserver event responce.

• string name Notecard name or UUID.
• integer line Line number of a notecard.

If line is passed the end of the notecard EOF is returned by the dataserver. If the return is a NULL_KEY then notecard could not be found in inventory???

Caveats

  • This function causes the script to sleep for 0.1 seconds.
  • If the notecard cannot be found in inventory and it is not a UUID then an error will be shouted on DEBUG_CHANNEL???
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Deep Notes

Search JIRA for related Issues

Signature

function key llGetNotecardLine( string name, integer line );