Difference between revisions of "LlLinksetDataAvailable"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "{{LSL_Function |func_sleep=0.0|func_energy=10.0 |func=llLinksetDataDataAvailable |return_type=integer |return_text=number of bytes available in the link set store. |func_footn...")
 
m
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{LSL_Function
{{LSL_Function
|func_sleep=0.0|func_energy=10.0
|func_sleep=0.0|func_energy=10.0
|func=llLinksetDataDataAvailable
|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 link set's datastore.
|func_desc=The '''llLinksetDataAvailable''' returns the number of bytes available in the linkset's datastore.
|func_footnote
|func_footnote
|spec
|spec

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();