Difference between revisions of "LlLinksetDataAvailable"

From Second Life Wiki
Jump to navigation Jump to search
(Make the function name bold. "link set" --> "linkset")
m
 
Line 3: Line 3:
|func=llLinksetDataAvailable
|func=llLinksetDataAvailable
|return_type=integer
|return_type=integer
|return_text=number of bytes available in the link set store.
|return_text=number of bytes available in the linkset store.
|func_footnote
|func_footnote
|func_desc=The '''llLinksetDataAvailable''' returns the number of bytes available in the linkset's datastore.
|func_desc=The '''llLinksetDataAvailable''' returns the number of bytes available in the linkset's datastore.

Latest revision as of 15:36, 13 October 2022

Summary

Function: integer llLinksetDataAvailable( );

The llLinksetDataAvailable returns the number of bytes available in the linkset's datastore.
Returns an integer number of bytes available in the linkset store.

Examples

Deep Notes

Search JIRA for related Issues

Signature

function integer llLinksetDataAvailable();