unvsetextensiondata
unvSetExtensionData
Syntax | (unvGetExtensionData scope attrib data) → True/Nil |
---|---|
Arguments | scope: Where the data will be stored. 'local means the data is kept in the Storage.xml file. 'serviceExtension and 'serviceUser are meant to use the Multiverse services, but they are not implemented. |
attrib: The key to store the data under. | |
data: The data to be stored | |
Returns | boolean: True if successful, Nil otherwise. |
Category | data |
Description | Can be used to store persistent data on the user's machine. Data is kept in a file called Storage.xml |
Example
Return to Functions list
unvsetextensiondata.txt · Last modified: 2017/06/04 22:04 by 0xabcdef