LlLinksetDataReset: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Rider Linden (talk | contribs)
No edit summary
Peter Stindberg (talk | contribs)
mNo edit summary
Line 13: Line 13:
{{LSL DefineRow||[[llLinksetDataCountKeys]]|}}
{{LSL DefineRow||[[llLinksetDataCountKeys]]|}}
{{LSL DefineRow||[[llLinksetDataDelete]]|}}
{{LSL DefineRow||[[llLinksetDataDelete]]|}}
{{LSL DefineRow||[[llLinksetDataDeleteFound]]|}}
{{LSL DefineRow||[[llLinksetDataFindKeys]]|}}
{{LSL DefineRow||[[llLinksetDataFindKeys]]|}}
{{LSL DefineRow||[[llLinksetDataListKeys]]|}}
{{LSL DefineRow||[[llLinksetDataListKeys]]|}}

Revision as of 11:56, 14 August 2024

Summary

Function: llLinksetDataReset( );
0.0 Forced Delay
10.0 Energy

The llLinksetDataReset function erases all name: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.

Caveats

llLinksetDataReset removes all keys. Even those that were created by llLinksetDataWriteProtected.

Examples

Deep Notes

Signature

function void llLinksetDataReset();