Template:LSL Constants Linkset Data Events: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Rider Linden (talk | contribs) m Rider Linden moved page Template:LSL Constants Linkset Data to Template:LSL Constants Linkset Data Events |
(No difference)
| |
Revision as of 11:54, 17 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. |