llLinksetDataDelete

From Second Life Wiki
Revision as of 16:02, 13 October 2022 by Leviathan Linden (talk | contribs)
Jump to navigation Jump to search

Summary

Function: llLinksetDataDelete( string key );

The llLinksetDataDelete function erases a key:value pair from the linkset's datastore.

When this function is called the linkset_data event is triggered in all scripts running in the linkset with an action of LINKSETDATA_DELETE and the name parameter set to the key that was removed. The value parameter in the event is set to an empty string.

• string key The key of the linkset key:value pair to be deleted.

Examples

Deep Notes

Search JIRA for related Issues

Signature

function void llLinksetDataDelete( string key );