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

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "{{{!}} class="sortable" {{Prettytable|style=margin-top:0;}} {{!}}-{{Hl2}} ! Constant ! title="Action" {{!}} ! class="unsortable" {{!}}Description {{!}}- {{!}} LINKSETDATA_RE...")
(No difference)

Revision as of 03:42, 8 October 2023

Constant Description
LINKSETDATA_RESET 0 The linkset's datastore has been cleared by a call to llLinksetDataReset/ja.
LINKSETDATA_UPDATE 1 A key in the linkset's datastore has been assigned a new value with llLinksetDataWrite/ja
LINKSETDATA_DELETE 2 A key in the linkset's datastore has been deleted. Either through a call to llLinksetDataDelete/ja or llLinksetDataWrite/ja 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/ja.