[[unvSetExtensionData Talk Page|Talk Page]] === 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 functions|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