llLinksetDataRead

From Second Life Wiki
Revision as of 12:26, 13 October 2022 by 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

Function: string llLinksetDataDataRead( 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 llLinksetDataDataRead( string name );