| Cookie | Creates a new Client preference cookie.
Handles returned can be closed via CloseHandle() when
no longer needed. |
| Find | |
| Get | Retrieve the value of a Client preference cookie. |
| GetClientTime | Returns the last updated timestamp for a client cookie |
| GetFloat | Retrieve the float value of a Client preference cookie. |
| GetInt | Retrieve the integer value of a Client preference cookie. |
| Set | Set the value of a Client preference cookie. |
| SetByAuthId | Set the value of a Client preference cookie based on an authID string. |
| SetFloat | Set the float value of a Client preference cookie. |
| SetInt | Set the integer value of a Client preference cookie. |
| SetPrefabMenu | Add a new prefab item to the client cookie settings menu.
Note: This handles everything automatically and does not require a callback |