Difference between revisions of "LlLinksetDataRead"

From Second Life Wiki
Jump to navigation Jump to search
(Make the function name bold. "link set" --> "linkset")
Line 2: Line 2:
|func_sleep=0.0|func_energy=10.0
|func_sleep=0.0|func_energy=10.0
|func=llLinksetDataRead
|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=key|p1_desc=The {{LSLP|key}} of the {{LSLP|key::value}} pair to be read.
|return_type=string
|return_type=string
|return_text=value of the data stored at the key name
|return_text=value corresponding to key
|func_footnote
|func_footnote
|func_desc=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.
|func_desc=The {{LSLP|llLinksetDataRead}} function returns the {{LSLP|value}} in the linkset's datastore for the provided {{LSLP|key}}. If {{LSLP|key}} is not found, this function returns an empty string.
|func_footnote
|func_footnote
|spec
|spec

Revision as of 15:54, 13 October 2022

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