Difference between revisions of "LlGetNotecardLine"

From Second Life Wiki
Jump to navigation Jump to search
Line 10: Line 10:
|func_footnote=If '''line''' is passed the end of the notecard {{LSLG|EOF}} is returned by the {{LSLG|dataserver}}. If the return is a {{LSLG|NULL_KEY}} then notecard could not be found in inventory???
|func_footnote=If '''line''' is passed the end of the notecard {{LSLG|EOF}} is returned by the {{LSLG|dataserver}}. If the return is a {{LSLG|NULL_KEY}} then notecard could not be found in inventory???
|spec
|spec
|caveats=* If the notecard cannot be found in inventory and it is not a UUID then an error will shouted on {{LSLG|DEBUG_CHANNEL}}.
|caveats=* If the notecard cannot be found in inventory and it is not a UUID then an error will be shouted on {{LSLG|DEBUG_CHANNEL}}???
|constants
|constants
|examples
|examples

Revision as of 21:28, 29 January 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 );