llLinksetDataListKeys
function ll.LinksetDataListKeys(start: number, count: number): {any}Returns a list of all keys in the linkset datastore.
Parameters
-
start(number) - First entry to return. 0 for start of list.
-
count(number) - Number of entries to return. Less than 1 for all keys.
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.LinksetDataListKeys().
Add additional notes, caveats, or tips specific to using this function in SLua/Luau.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llLinksetDataListKeys