Difference between revisions of "LlLinksetDataRead"

From Second Life Wiki
Jump to navigation Jump to search
(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...")
 
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 );

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

Search JIRA for related Issues

Signature

function string llLinksetDataRead( string name );