llLinksetDataListKeys

From Second Life Wiki
Revision as of 13:58, 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=integer|p1_name=start|p1_desc=The first key to return. |p2_type=integer|p2_name=count|p2_d...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

Function: list llLinksetDataDataRead( integer start, integer count );

The llLinksetDataListKeys function returns a list of up to count keys in the datastore, starting at the one indicated by start. If count is less than 1, then all keys between start and the end are returned.
Returns a list of the keys in the datastore.

• integer start The first key to return.
• integer count The number of keys to return.

Examples

Deep Notes

Search JIRA for related Issues

Signature

function list llLinksetDataDataRead( integer start, integer count );