Difference between revisions of "LlLinksetDataReset"

From Second Life Wiki
Jump to navigation Jump to search
(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...")
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{LSL_Function
{{LSL_Function
|func_id=109|func_sleep=0.0|func_energy=10.0
|func_sleep=0.0|func_energy=10.0
|func=llLinksetDataReset
|func=llLinksetDataReset
|func_footnote
|func_footnote
|func_desc=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]].
|func_desc=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 [[Template:LSL_Constants_Linkset_Data|LINKSETDATA_RESET]].
|func_footnote
|func_footnote
|spec
|spec
|caveats
|caveats=
llLinksetDataReset removes all keys. Even those that were created by llLinksetDataWriteProtected.
|helpers
|helpers
|also_functions=
|also_functions=

Latest revision as of 16:36, 17 October 2022

Summary

Function: llLinksetDataReset( );

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.

All Issues ~ Search JIRA for related Bugs

Examples

Deep Notes

Search JIRA for related Issues

Signature

function void llLinksetDataReset();