llLinksetDataReset

From Second Life Wiki
Revision as of 11:12, 13 October 2022 by Rider Linden (talk | contribs) (Created page with "{{LSL_Function |func_id=109|func_sleep=0.0|func_energy=10.0 |func=llLinksetDataReset |func_footnote |func_desc=The llLinksetDataReset function erases all key value pairs store...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

Function: llLinksetDataReset( );

The llLinksetDataReset function erases all key value pairs stored in the link set's datastore. When this function is called the linkset_data event is triggered in all scripts running in the link set with an action of LINKSETDATA_RESET.

Examples

Deep Notes

Search JIRA for related Issues

Signature

function void llLinksetDataReset();