This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
save_data [2025/08/22 14:12] – justin | save_data [2025/08/22 14:28] (current) – justin | ||
---|---|---|---|
Line 2: | Line 2: | ||
---- | ---- | ||
Saves custom data to a file, with an optional password parameter for encrypting the file. The file is stored in the user's application data folder alongside their game saves. The data can be one of the following types: [[string]], [[number]], [[boolean]], | Saves custom data to a file, with an optional password parameter for encrypting the file. The file is stored in the user's application data folder alongside their game saves. The data can be one of the following types: [[string]], [[number]], [[boolean]], | ||
+ | |||
+ | For more information on using data files, check out [[https:// | ||
====Signature: | ====Signature: |