Difference between revisions of "LlGetNumberOfNotecardLines"

From Second Life Wiki
Jump to navigation Jump to search
Line 20: Line 20:
|negative_index
|negative_index
|sort=GetNumberOfNotecardLines
|sort=GetNumberOfNotecardLines
|cat1=Inventory
|cat1=Notecard
|cat2=Notecard
|cat2=Dataserver
|cat3=Dataserver
|cat3=
|cat4
|cat4
}}
}}

Revision as of 14:52, 2 March 2007

Summary

Function: key llGetNumberOfNotecardLines( string name );

Requests number of lines in notecard name via the dataserver event (cast dataserver value to integer)
Returns a key that is the handle for a dataserver event response.

• string name a notecard in the inventory of the prim this script is in

Caveats

  • This function causes the script to sleep for 0.1 seconds.
  • If name is missing from the prim's inventory or it is not a notecard then an error is shouted on DEBUG_CHANNEL.
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Events

•  dataserver

Functions

•  llGetNotecardLine

Deep Notes

Search JIRA for related Issues

Signature

function key llGetNumberOfNotecardLines( string name );