Template:LSL Constants Linkset Data Events

From Second Life Wiki
Revision as of 10:43, 13 October 2022 by Rider Linden (talk | contribs) (Created page with "{{{!}} class="sortable" {{Prettytable|style=margin-top:0;}} {{!}}-{{Hl2}} ! Constant ! title="Action" {{!}} ! class="unsortable" {{!}}Description {{!}}- {{!}} LINKSETDATA_RE...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Constant Description
LINKSETDATA_RESET 0 The link set's datastore has be cleared by a call to llLinksetDataReset.
LINKSETDATA_UPDATE 1 A key in the link set's datastore has been assigned a new value with llLinksetDataWrite
LINKSETDATA_DELETE 2 A key in the link set's datastore has been deleted. Either through a call to llLinksetDataDelete or llLinksetDataWrite with an empty value.