nut.data - brianhang/nutscript2 GitHub Wiki
Description
The data library provides a way of storing data persistently. The data can be any type exception for function. If the data being saved is a table, it can not have any functions inside. Any data set is specific to the current server only.
Fields
| Name | Description |
|---|---|
stored |
A list of all stored data values. |
Functions
| Name | Description |
|---|---|
| nut.data.set | Stores a data value. |
| nut.data.get | Gets a stored data value. |