Skip to content

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.

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.