Forum Discussion
11 years ago
Hello!
Below are the enumerations we use. These are used in various placed where CAS part type is specified - I gave this list our partially previously when someone asked specifically about tattoos. This is the complete list.
However, the exclude flags don't use these exactly as is. Since that particular field is a bit field, it converts the enum to flags that can be combined together by shifting by the enum value. i.e. HAT is 1<<1, HAIR is 1<<2, HEAD is 1<<3, etc.
Below are the enumerations we use. These are used in various placed where CAS part type is specified - I gave this list our partially previously when someone asked specifically about tattoos. This is the complete list.
However, the exclude flags don't use these exactly as is. Since that particular field is a bit field, it converts the enum to flags that can be combined together by shifting by the enum value. i.e. HAT is 1<<1, HAIR is 1<<2, HEAD is 1<<3, etc.
BODYTYPE_NONE = 0,
BODYTYPE_HAT,
BODYTYPE_HAIR,
BODYTYPE_HEAD,
BODYTYPE_FACE,
BODYTYPE_FULLBODY,
BODYTYPE_UPPERBODY,
BODYTYPE_LOWERBODY,
BODYTYPE_SHOES,
BODYTYPE_ACCESSORIES,
BODYTYPE_EARRINGS,
BODYTYPE_GLASSES,
BODYTYPE_NECKLACE,
BODYTYPE_GLOVES,
BODYTYPE_WRISTLEFT,
BODYTYPE_WRISTRIGHT,
BODYTYPE_LIPRINGLEFT,
BODYTYPE_LIPRINGRIGHT,
BODYTYPE_NOSERINGLEFT,
BODYTYPE_NOSERINGRIGHT,
BODYTYPE_BROWRINGLEFT,
BODYTYPE_BROWRINGRIGHT,
BODYTYPE_INDEXFINGERLEFT,
BODYTYPE_INDEXFINGERRIGHT,
BODYTYPE_RINGFINGERLEFT,
BODYTYPE_RINGFINGERRIGHT,
BODYTYPE_MIDDLEFINGERLEFT,
BODYTYPE_MIDDLEFINGERRIGHT,
BODYTYPE_FACIALHAIR,
BODYTYPE_LIPSTICK,
BODYTYPE_EYESHADOW,
BODYTYPE_EYELINER,
BODYTYPE_BLUSH,
BODYTYPE_FACEPAINT,
BODYTYPE_EYEBROWS,
BODYTYPE_EYECOLOR,
BODYTYPE_SOCKS,
BODYTYPE_MASCARA,
BODYTYPE_SKINDETAIL_CREASEFOREHEAD,
BODYTYPE_SKINDETAIL_FRECKLES,
BODYTYPE_SKINDETAIL_DIMPLELEFT,
BODYTYPE_SKINDETAIL_DIMPLERIGHT,
BODYTYPE_TIGHTS,
BODYTYPE_SKINDETAIL_MOLELIPLEFT,
BODYTYPE_SKINDETAIL_MOLELIPRIGHT,
BODYTYPE_TATTOO_ARMLOWERLEFT,
BODYTYPE_TATTOO_ARMUPPERLEFT,
BODYTYPE_TATTOO_ARMLOWERRIGHT,
BODYTYPE_TATTOO_ARMUPPERRIGHT,
BODYTYPE_TATTOO_LEGLEFT,
BODYTYPE_TATTOO_LEGRIGHT,
BODYTYPE_TATTOO_TORSOBACKLOWER,
BODYTYPE_TATTOO_TORSOBACKUPPER,
BODYTYPE_TATTOO_TORSOFRONTLOWER,
BODYTYPE_TATTOO_TORSOFRONTUPPER,
BODYTYPE_SKINDETAIL_MOLECHEEKLEFT,
BODYTYPE_SKINDETAIL_MOLECHEEKRIGHT,
BODYTYPE_SKINDETAIL_CREASEMOUTH,
About The Sims 4 Mods & Custom Content
Find expert tips, troubleshooting help, tutorials for mods and custom content, and The Sims 4 patch files in our forum.
4,811 PostsLatest Activity: 2 hours agoRelated Posts
Recent Discussions
- 19 hours ago
- 2 days ago
- 2 days ago