llLinksetDataRead

From Second Life Wiki
Revision as of 14:15, 13 October 2022 by Rider Linden (talk | contribs)
Jump to navigation Jump to search

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 );