Difference between revisions of "Template:LSL Constants Linkset Data Events"

From Second Life Wiki
Jump to navigation Jump to search
("link set" --> "linkset")
 
(2 intermediate revisions by 2 users not shown)
Line 11: Line 11:
{{!}} [[LINKSETDATA_UPDATE]]
{{!}} [[LINKSETDATA_UPDATE]]
{{!}} 1
{{!}} 1
{{!}} A key in the linkset's datastore has been assigned a new value with [[llLinksetDataWrite]]
{{!}} 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 linkset's datastore has been deleted. Either through a call to [[llLinksetDataDelete]] or [[llLinksetDataWrite]] with an empty value.
{{!}} A '''key''' in the linkset's datastore has been deleted. Either through a call to [[llLinksetDataDelete]] or [[llLinksetDataWrite]] with an empty '''value'''.
{{!}}-
{{!}} [[LINKSETDATA_MULTIDELETE]]
{{!}} 3
{{!}} A comma separated list of the '''keys''' in the linkset's datastore which have been deleted through a call to [[llLinksetDataDeleteFound]].
{{!}}}<noinclude>{{footnotes}}</noinclude>
{{!}}}<noinclude>{{footnotes}}</noinclude>

Latest revision as of 12:53, 13 July 2023

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.
LINKSETDATA_MULTIDELETE 3 A comma separated list of the keys in the linkset's datastore which have been deleted through a call to llLinksetDataDeleteFound.