— — — — —
— — — — —
— — — — —
— — — — —
— — — — —
— — — — —
— — — — —
— — — — —
This is an old revision of the document!
Loads custom data from a file that was previously saved using the Save Data function. If the data was saved with a password, it must be provided when loading it. The function returns the value that was stored in the file, which can then be stored in a variable or property.
For more information on using data files, check out Slayer's tutorial on YouTube.
load_data(filename, password)
Return Value | Description | Type |
---|---|---|
Data | Returns the data that was stored in the file. | Varies |
Results:
Use the Load Data function to…