Method Maps1
SymbolDescription
Cookie
Enumerations3
SymbolDescription
CookieAccessCookie access types for client viewing
CookieMenuCookie Prefab menu types
CookieMenuAction
Type Definitions1
SymbolDescription
CookieMenuHandlerCookie Menu Callback prototype
Defines2
SymbolDescription
COOKIE_MAX_DESCRIPTION_LENGTHMaximum Cookie description length.
COOKIE_MAX_NAME_LENGTHMaximum Cookie name length.
Forwards1
SymbolDescription
OnClientCookiesCachedCalled once a client's saved cookies have been loaded from the database.
Functions13
SymbolDescription
AreClientCookiesCachedChecks if a clients cookies have been loaded from the database.
FindClientCookieSearches for a Client preference cookie. Handles returned by FindClientCookie can be closed via CloseHandle() when no longer needed.
GetClientCookieRetrieve the value of a Client preference cookie.
GetClientCookieTimeReturns the last updated timestamp for a client cookie
GetCookieAccessReturns the access level of a cookie
GetCookieIteratorGets a cookie iterator. Must be freed with CloseHandle().
ReadCookieIteratorReads a cookie iterator, then advances to the next cookie if any.
RegClientCookieCreates a new Client preference cookie. Handles returned by RegClientCookie can be closed via CloseHandle() when no longer needed.
SetAuthIdCookieSets the value of a Client preference cookie based on an authID string.
SetClientCookieSet the value of a Client preference cookie.
SetCookieMenuItemAdds a new item to the client cookie settings menu. Note: This only adds the top level menu item. You need to handle any submenus from the callback.
SetCookiePrefabMenuAdd a new prefab item to the client cookie settings menu. Note: This handles everything automatically and does not require a callback
ShowCookieMenuDisplays the settings menu to a client.