LlLinksetDataReset
Jump to navigation
Jump to search
All Issues ~ Search JIRA for related Bugs
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Summary
Function: llLinksetDataReset( );? | Function ID |
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
See Also
Events
• | linkset_data |
Functions
• | llLinksetDataAvailable | |||
• | llLinksetDataCountKeys | |||
• | llLinksetDataDelete | |||
• | llLinksetDataFindKeys | |||
• | llLinksetDataListKeys | |||
• | llLinksetDataRead | |||
• | llLinksetDataWrite |