code/__DEFINES/preferences.dm 
TGUI_LAYOUT_DEFAULT | Default layout will be used. It can be either a grid or a list |
---|---|
TGUI_LAYOUT_GRID | Force grid layout, even if default is a list. |
TGUI_LAYOUT_LIST | Force list layout, even if default is a grid. |
PREFERENCE_CHARACTER | This preference is character specific. |
PREFERENCE_PLAYER | This preference is account specific. |
PREFERENCE_TAB_CHARACTER_PREFERENCES | Open the character preference window |
PREFERENCE_TAB_GAME_PREFERENCES | Open the game preferences window |
PREFERENCE_TAB_KEYBINDINGS | Open the keybindings window |
PREFERENCE_CATEGORY_FEATURES | These will be shown in the character sidebar, but at the bottom. |
PREFERENCE_CATEGORY_CLOTHING | Any preferences that will show to the sides of the character in the setup menu. |
PREFERENCE_CATEGORY_NON_CONTEXTUAL | Preferences that will be put into the 3rd list, and are not contextual. |
PREFERENCE_CATEGORY_GAME_PREFERENCES | Will be put under the game preferences window. |
PREFERENCE_CATEGORY_SECONDARY_FEATURES | These will show in the list to the right of the character preview. |
PREFERENCE_CATEGORY_SUPPLEMENTAL_FEATURES | These are preferences that are supplementary for main features, such as hair color being affixed to hair. |
PREFERENCE_CATEGORY_MANUALLY_RENDERED | These preferences will not be rendered on the preferences page, and are practically invisible unless specifically rendered. Used for quirks, currently. |
PLAYTIME_HARDCORE_RANDOM | The time needed to unlock hardcore random mode in preferences |
PLAYTIME_VETERAN | The time needed to unlock the gamer cloak in preferences |
SPRITE_ACCESSORY_NONE | The key used for sprite accessories that should never actually be applied to the player. |
DONT_GREYSCALE | Used to make something not recolorable even if it's capable |
INFO_GREYSCALE | Tracks GAGS color information |
INFO_NAMED | Used to set custom names |
INFO_RESKIN | Used for specific alt-reskins, like the pride pin |
INFO_LAYER | Handles which layer the item will be on, for accessories |
Define Details
DONT_GREYSCALE 
Used to make something not recolorable even if it's capable
INFO_GREYSCALE 
Tracks GAGS color information
INFO_LAYER 
Handles which layer the item will be on, for accessories
INFO_NAMED 
Used to set custom names
INFO_RESKIN 
Used for specific alt-reskins, like the pride pin
PLAYTIME_HARDCORE_RANDOM 
The time needed to unlock hardcore random mode in preferences
PLAYTIME_VETERAN 
The time needed to unlock the gamer cloak in preferences
PREFERENCE_CATEGORY_CLOTHING 
Any preferences that will show to the sides of the character in the setup menu.
PREFERENCE_CATEGORY_FEATURES 
These will be shown in the character sidebar, but at the bottom.
PREFERENCE_CATEGORY_GAME_PREFERENCES 
Will be put under the game preferences window.
PREFERENCE_CATEGORY_MANUALLY_RENDERED 
These preferences will not be rendered on the preferences page, and are practically invisible unless specifically rendered. Used for quirks, currently.
PREFERENCE_CATEGORY_NON_CONTEXTUAL 
Preferences that will be put into the 3rd list, and are not contextual.
PREFERENCE_CATEGORY_SECONDARY_FEATURES 
These will show in the list to the right of the character preview.
PREFERENCE_CATEGORY_SUPPLEMENTAL_FEATURES 
These are preferences that are supplementary for main features, such as hair color being affixed to hair.
PREFERENCE_CHARACTER 
This preference is character specific.
PREFERENCE_PLAYER 
This preference is account specific.
PREFERENCE_TAB_CHARACTER_PREFERENCES 
Open the character preference window
PREFERENCE_TAB_GAME_PREFERENCES 
Open the game preferences window
PREFERENCE_TAB_KEYBINDINGS 
Open the keybindings window
SPRITE_ACCESSORY_NONE 
The key used for sprite accessories that should never actually be applied to the player.
TGUI_LAYOUT_DEFAULT 
Default layout will be used. It can be either a grid or a list
TGUI_LAYOUT_GRID 
Force grid layout, even if default is a list.
TGUI_LAYOUT_LIST 
Force list layout, even if default is a grid.