Revision Difference
cookie#562720
# 🍪 Cookie - Library
# 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] | `garrysmod/sv.db`
| [Client] | `garrysmod/cl.db`
| [Menu] | `garrysmod/mn.db`
[Server]: /gmod/States#server
[Client]: /gmod/States#client
[Menu]: /gmod/States#menu
</summary>
</type>