Revision Difference
cookie#565272
# cookie library
<type name="cookie" category="libraryfunc" is="library">
<summary>
Functions to persist data on a user's computer.
The data will be read / written to / from a database
corresponding to the realm the library was used in.
| Realm | Database File |
|:-----:|:-----|
| [Server](/gmod/States#server) | `garrysmod/sv.db`
| [Client](/gmod/States#client) | `garrysmod/cl.db`
| [Menu](/gmod/States#menu) | `garrysmod/mn.db`
</summary>
</type>
⤶
⤶