parent
352f078b07
commit
527a998740
@ -42,7 +42,7 @@ enum CookieAccess
|
|||||||
{
|
{
|
||||||
CookieAccess_Public, /**< Visible and Changeable by users */
|
CookieAccess_Public, /**< Visible and Changeable by users */
|
||||||
CookieAccess_Protected, /**< Read only to users */
|
CookieAccess_Protected, /**< Read only to users */
|
||||||
CookieAccess_Private, /**< Completely hidden cookie */
|
CookieAccess_Private /**< Completely hidden cookie */
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -53,7 +53,7 @@ enum CookieMenu
|
|||||||
CookieMenu_YesNo, /**< Yes/No menu with "yes"/"no" results saved into the cookie */
|
CookieMenu_YesNo, /**< Yes/No menu with "yes"/"no" results saved into the cookie */
|
||||||
CookieMenu_YesNo_Int, /**< Yes/No menu with 1/0 saved into the cookie */
|
CookieMenu_YesNo_Int, /**< Yes/No menu with 1/0 saved into the cookie */
|
||||||
CookieMenu_OnOff, /**< On/Off menu with "on"/"off" results saved into the cookie */
|
CookieMenu_OnOff, /**< On/Off menu with "on"/"off" results saved into the cookie */
|
||||||
CookieMenu_OnOff_Int, /**< On/Off menu with 1/0 saved into the cookie */
|
CookieMenu_OnOff_Int /**< On/Off menu with 1/0 saved into the cookie */
|
||||||
};
|
};
|
||||||
|
|
||||||
enum CookieMenuAction
|
enum CookieMenuAction
|
||||||
@ -71,7 +71,7 @@ enum CookieMenuAction
|
|||||||
*
|
*
|
||||||
* INPUT : Client index and any data if available.
|
* INPUT : Client index and any data if available.
|
||||||
*/
|
*/
|
||||||
CookieMenuAction_SelectOption = 1,
|
CookieMenuAction_SelectOption = 1
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -243,7 +243,6 @@ native bool AreClientCookiesCached(int client);
|
|||||||
*/
|
*/
|
||||||
forward void OnClientCookiesCached(int client);
|
forward void OnClientCookiesCached(int client);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Add a new prefab item to the client cookie settings menu.
|
* Add a new prefab item to the client cookie settings menu.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user