Difference between revisions of "LlLinksetDataCountKeys"

From Second Life Wiki
Jump to navigation Jump to search
m
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
|func=llLinksetDataCountKeys
|func=llLinksetDataCountKeys
|return_type=integer
|return_type=integer
|return_text=number of keys used in the link set store.
|return_text=number of keys used in the linkset store.
|func_footnote
|func_footnote
|func_desc=The llLinksetDataCountKeys returns the number of unique keys that have been stored in the link set's datastore.
|func_desc=The '''llLinksetDataCountKeys''' returns the number of unique keys that have been stored in the linkset's datastore.
|func_footnote
|func_footnote
|spec
|spec
Line 13: Line 13:
{{LSL DefineRow||[[llLinksetDataAvailable]]|}}
{{LSL DefineRow||[[llLinksetDataAvailable]]|}}
{{LSL DefineRow||[[llLinksetDataDelete]]|}}
{{LSL DefineRow||[[llLinksetDataDelete]]|}}
{{LSL DefineRow||[[llLinksetDataDeleteFound]]|}}
{{LSL DefineRow||[[llLinksetDataFindKeys]]|}}
{{LSL DefineRow||[[llLinksetDataFindKeys]]|}}
{{LSL DefineRow||[[llLinksetDataListKeys]]|}}
{{LSL DefineRow||[[llLinksetDataListKeys]]|}}

Latest revision as of 11:54, 14 August 2024

Summary

Function: integer llLinksetDataCountKeys( );
0.0 Forced Delay
10.0 Energy

The llLinksetDataCountKeys returns the number of unique keys that have been stored in the linkset's datastore.
Returns an integer number of keys used in the linkset store.

Examples

Deep Notes

Signature

function integer llLinksetDataCountKeys();