Difference between revisions of "LlGetNumberOfNotecardLines"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
{{LSL_Function
{{LSL_Function
|func_id=276|func_sleep=0.1|func_energy=10.0
|func_id=276|func_sleep=0.1|func_energy=10.0
|func=llGetNumberOfNotecardLines|return_type=key|p1_type=string|p1_name=name
|func=llGetNumberOfNotecardLines
|return_type=key
|p1_type=string|p1_name=name|p1_desc=Notecard name or [[UUID]].
|func_footnote
|func_footnote
|func_desc=Requests number of lines in notecard '''name''' via the {{LSLG|dataserver}} event (cast dataserver value to integer)
|func_desc=Requests number of lines in notecard '''name''' via the {{LSLG|dataserver}} event (cast dataserver value to integer)
|return_text=that is the handle for a dataserver event responce.
|return_text=that is the handle for a {{LSLG|dataserver}} event response.
|spec
|spec
|caveats
|caveats

Revision as of 22:49, 20 February 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 Notecard name or UUID.

Caveats

  • This function causes the script to sleep for 0.1 seconds.
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Functions

Deep Notes

Search JIRA for related Issues

Signature

function key llGetNumberOfNotecardLines( string name );