code/__DEFINES/preferences.dm 
            
        
| 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. | 
Define Details
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_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