llLinksetDataReset

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

Summary

Function: llLinksetDataReset( );
0.0 Forced Delay
10.0 Energy

The llLinksetDataReset function erases all key:value pairs stored in 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_RESET.

Examples

Deep Notes

Signature

function void llLinksetDataReset();