Template:LSL Constants Linkset Data Events: Difference between revisions
Jump to navigation
Jump to search
Rider Linden (talk | contribs) Created page with "{{{!}} class="sortable" {{Prettytable|style=margin-top:0;}} {{!}}-{{Hl2}} ! Constant ! title="Action" {{!}} ! class="unsortable" {{!}}Description {{!}}- {{!}} LINKSETDATA_RE..." |
"link set" --> "linkset" |
||
| Line 7: | Line 7: | ||
{{!}} [[LINKSETDATA_RESET]] | {{!}} [[LINKSETDATA_RESET]] | ||
{{!}} 0 | {{!}} 0 | ||
{{!}} The | {{!}} The linkset's datastore has been cleared by a call to [[llLinksetDataReset]]. | ||
{{!}}- | {{!}}- | ||
{{!}} [[LINKSETDATA_UPDATE]] | {{!}} [[LINKSETDATA_UPDATE]] | ||
{{!}} 1 | {{!}} 1 | ||
{{!}} A key in the | {{!}} A key in the linkset's datastore has been assigned a new value with [[llLinksetDataWrite]] | ||
{{!}}- | {{!}}- | ||
{{!}} [[LINKSETDATA_DELETE]] | {{!}} [[LINKSETDATA_DELETE]] | ||
{{!}} 2 | {{!}} 2 | ||
{{!}} A key in the | {{!}} A key in the linkset's datastore has been deleted. Either through a call to [[llLinksetDataDelete]] or [[llLinksetDataWrite]] with an empty value. | ||
{{!}}}<noinclude>{{footnotes}}</noinclude> | {{!}}}<noinclude>{{footnotes}}</noinclude> | ||
Revision as of 16:36, 13 October 2022
| Constant | Description | |
|---|---|---|
| LINKSETDATA_RESET | 0 | The linkset's datastore has been cleared by a call to llLinksetDataReset. |
| LINKSETDATA_UPDATE | 1 | A key in the linkset's datastore has been assigned a new value with llLinksetDataWrite |
| LINKSETDATA_DELETE | 2 | A key in the linkset's datastore has been deleted. Either through a call to llLinksetDataDelete or llLinksetDataWrite with an empty value. |