llLinksetDataRead

From Second Life Wiki
Revision as of 15:54, 13 October 2022 by Leviathan Linden (talk | contribs) (Make the function name bold. "link set" --> "linkset")
Jump to navigation Jump to search

Summary

Function: string llLinksetDataRead( string <span title="The key of the key::value pair to be read." style="border-bottom:1px dotted; cursor:help;">key );

The llLinksetDataRead function returns the value in the linkset's datastore for the provided <span class="lsl-parameter" title="The key of the key::value pair to be read." style="border-bottom:1px dotted; cursor:help; font-weight:bold;">key. If <span class="lsl-parameter" title="The key of the key::value pair to be read." style="border-bottom:1px dotted; cursor:help; font-weight:bold;">key is not found, this function returns an empty string.
Returns a string value corresponding to key

• string key The key of the key::value pair to be read.

Examples

Deep Notes

Search JIRA for related Issues

Signature

function string llLinksetDataRead( string key );