Static function
Slow
Package.GetPersistentData
Gets a Persistent Value from the disk<br/>Pass no parameter to return the whole table, or a key to get a specific value
Syntax
Package.GetPersistentData(key = "")
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
key
optional
|
string | "" |
The key to get the data |
Returns
- table Persistent values from disk