LlLinksetDataRead: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Rider Linden (talk | contribs)
Created page with "{{LSL_Function |func_sleep=0.0|func_energy=10.0 |func=llLinksetDataDataRead |p1_type=string|p1_name=name|p1_desc=The name of the link set data key to be read. |return_type=str..."
 
Rider Linden (talk | contribs)
No edit summary
Line 1: Line 1:
{{LSL_Function
{{LSL_Function
|func_sleep=0.0|func_energy=10.0
|func_sleep=0.0|func_energy=10.0
|func=llLinksetDataDataRead
|func=llLinksetDataRead
|p1_type=string|p1_name=name|p1_desc=The name of the link set data key to be read.
|p1_type=string|p1_name=name|p1_desc=The name of the link set data key to be read.
|return_type=string
|return_type=string

Revision as of 14:15, 13 October 2022

Summary

Function: string llLinksetDataRead( string name );
0.0 Forced Delay
10.0 Energy

The llLinksetDataRead function returns the value in the links datastore for the provided key. If the key is not found, this function returns an empty string.
Returns a string value of the data stored at the key name

• string name The name of the link set data key to be read.

Examples

Deep Notes

Signature

function string llLinksetDataRead( string name );