Cookie < Handle

Last Updated2022-07-31
Created At2019-05-31

Methods11
SymbolDescription
CookieCreates a new Client preference cookie. Handles returned can be closed via CloseHandle() when no longer needed.
Find
GetRetrieve the value of a Client preference cookie.
GetClientTimeReturns the last updated timestamp for a client cookie
GetFloatRetrieve the float value of a Client preference cookie.
GetIntRetrieve the integer value of a Client preference cookie.
SetSet the value of a Client preference cookie.
SetByAuthIdSet the value of a Client preference cookie based on an authID string.
SetFloatSet the float value of a Client preference cookie.
SetIntSet the integer value of a Client preference cookie.
SetPrefabMenuAdd a new prefab item to the client cookie settings menu. Note: This handles everything automatically and does not require a callback
Properties1
SymbolTypeDescription
AccessLevelCookieAccessReturns the access level of a cookie