Advertisement
godzcheater

AvatarEnums

Jun 8th, 2012
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 7.14 KB | None | 0 0
  1.         public enum AvatarComponentMasks : short
  2.         {
  3.             All = 0x1fff,
  4.             Body = 2,
  5.             Carryable = 0x1000,
  6.             Earrings = 0x400,
  7.             Glasses = 0x100,
  8.             Gloves = 0x80,
  9.             Hair = 4,
  10.             Hat = 0x40,
  11.             Head = 1,
  12.             None = 0,
  13.             Ring = 0x800,
  14.             Shirt = 8,
  15.             Shoes = 0x20,
  16.             Trousers = 0x10,
  17.             Wristwear = 0x200
  18.         }
  19.         public enum AvatarComponentType//bit flags for above
  20.         {
  21.             Head,
  22.             Body,
  23.             Hair,
  24.             Shirt,
  25.             Trousers,
  26.             Shoes,
  27.             Hat,
  28.             Gloves,
  29.             Glasses,
  30.             Wristwear,
  31.             Earrings,
  32.             Ring,
  33.             Carryable,
  34.             Count
  35.         }
  36.         public enum AssetSubcategory
  37.         {
  38.             CarryableCarryable = 0x44c,
  39.             CarryableFirst = 0x44c,
  40.             CarryableLast = 0x44c,
  41.             CostumeCasualSuit = 0x68,
  42.             CostumeCostume = 0x69,
  43.             CostumeFirst = 100,
  44.             CostumeFormalSuit = 0x67,
  45.             CostumeLast = 0x6a,
  46.             CostumeLongDress = 0x65,
  47.             CostumeShortDress = 100,
  48.             EarringsDanglers = 0x387,
  49.             EarringsFirst = 900,
  50.             EarringsLargehoops = 0x38b,
  51.             EarringsLast = 0x38b,
  52.             EarringsSingleDangler = 0x386,
  53.             EarringsSingleLargeHoop = 0x38a,
  54.             EarringsSingleSmallHoop = 0x388,
  55.             EarringsSingleStud = 900,
  56.             EarringsSmallHoops = 0x389,
  57.             EarringsStuds = 0x385,
  58.             GlassesCostume = 0x2be,
  59.             GlassesFirst = 700,
  60.             GlassesGlasses = 700,
  61.             GlassesLast = 0x2be,
  62.             GlassesSunglasses = 0x2bd,
  63.             GlovesFingerless = 600,
  64.             GlovesFirst = 600,
  65.             GlovesFullFingered = 0x259,
  66.             GlovesLast = 0x259,
  67.             HatBaseballCap = 0x1f6,
  68.             HatBeanie = 500,
  69.             HatBearskin = 0x1fc,
  70.             HatBrimmed = 0x1f8,
  71.             HatCostume = 0x1fb,
  72.             HatFez = 0x1f9,
  73.             HatFirst = 500,
  74.             HatFlatCap = 0x1f5,
  75.             HatHeadwrap = 0x1fa,
  76.             HatHelmet = 0x1fd,
  77.             HatLast = 0x1fd,
  78.             HatPeakCap = 0x1f7,
  79.             Max = 0x270f,
  80.             Min = 0,
  81.             None = 0,
  82.             RingFirst = 0x3e8,
  83.             RingLast = 0x3ea,
  84.             RingLeft = 0x3e9,
  85.             RingRight = 0x3e8,
  86.             ShirtCoat = 210,
  87.             ShirtFirst = 200,
  88.             ShirtHoodie = 0xd0,
  89.             ShirtJacket = 0xd1,
  90.             ShirtLast = 210,
  91.             ShirtLongSleeveShirt = 0xce,
  92.             ShirtLongSleeveTee = 0xcc,
  93.             ShirtPolo = 0xcb,
  94.             ShirtShortSleeveShirt = 0xcd,
  95.             ShirtSportsTee = 200,
  96.             ShirtSweater = 0xcf,
  97.             ShirtTee = 0xc9,
  98.             ShirtVest = 0xca,
  99.             ShoesCostume = 0x197,
  100.             ShoesFirst = 400,
  101.             ShoesFormal = 0x193,
  102.             ShoesHeels = 0x191,
  103.             ShoesHighBoots = 0x196,
  104.             ShoesLast = 0x197,
  105.             ShoesPumps = 0x192,
  106.             ShoesSandals = 400,
  107.             ShoesShortBoots = 0x195,
  108.             ShoesTrainers = 0x194,
  109.             TrousersCargo = 0x131,
  110.             TrousersFirst = 300,
  111.             TrousersHotpants = 300,
  112.             TrousersJeans = 0x132,
  113.             TrousersKilt = 0x134,
  114.             TrousersLast = 0x135,
  115.             TrousersLeggings = 0x12f,
  116.             TrousersLongShorts = 0x12e,
  117.             TrousersLongSkirt = 0x135,
  118.             TrousersShorts = 0x12d,
  119.             TrousersShortSkirt = 0x133,
  120.             TrousersTrousers = 0x130,
  121.             WristwearBands = 0x322,
  122.             WristwearBracelet = 800,
  123.             WristwearFirst = 800,
  124.             WristwearLast = 0x323,
  125.             WristwearSweatbands = 0x323,
  126.             WristwearWatch = 0x321
  127.         }
  128.         public enum ComponentCategories
  129.         {
  130.             Animation = 0x400000,
  131.             Animations = 0x400000,
  132.             BlendShapes = 0x1380000,
  133.             Body = 2,
  134.             Carryable = 0x1000,
  135.             Chin = 0x100000,
  136.             Clothing = 0x801ff8,
  137.             Costume = 0x800000,
  138.             Costumes = 0x800000,
  139.             Earrings = 0x400,
  140.             Ears = 0x200000,
  141.             Eyebrows = 0x4000,
  142.             Eyes = 0x2000,
  143.             EyeShadow = 0x40000,
  144.             FacialHair = 0x10000,
  145.             FacialOther = 0x20000,
  146.             Glasses = 0x100,
  147.             Gloves = 0x80,
  148.             Hair = 4,
  149.             Hat = 0x40,
  150.             Head = 1,
  151.             Models = 0x1fff,
  152.             Mouth = 0x8000,
  153.             None = 0,
  154.             Nose = 0x80000,
  155.             Ring = 0x800,
  156.             Shape = 0x1000000,
  157.             Shirt = 8,
  158.             Shoes = 0x20,
  159.             Textures = 0x7e000,
  160.             Trousers = 0x10,
  161.             Valid = 0x1ffffff,
  162.             Wristwear = 0x200
  163.         }
  164.         public enum DynamicColorType
  165.         {
  166.             Skin,
  167.             Hair,
  168.             Mouth,
  169.             Iris,
  170.             Eyebrow,
  171.             EyeShadow,
  172.             FacialHair,
  173.             SkinFeatures1,
  174.             SkinFeatures2,
  175.             Count
  176.         }
  177.         public enum Bone
  178.         {
  179.             AnkleLeft = 11,
  180.             AnkleRight = 15,
  181.             BackLower = 1,
  182.             BackUpper = 5,
  183.             CollarLeft = 12,
  184.             CollarRight = 0x10,
  185.             ElbowLeft = 0x19,
  186.             ElbowRight = 0x1c,
  187.             FingerIndex2Left = 0x33,
  188.             FingerIndex2Right = 0x38,
  189.             FingerIndex3Left = 0x3d,
  190.             FingerIndex3Right = 0x42,
  191.             FingerIndexLeft = 0x25,
  192.             FingerIndexRight = 0x2c,
  193.             FingerMiddle2Left = 0x34,
  194.             FingerMiddle2Right = 0x39,
  195.             FingerMiddle3Left = 0x3e,
  196.             FingerMiddle3Right = 0x43,
  197.             FingerMiddleLeft = 0x26,
  198.             FingerMiddleRight = 0x2d,
  199.             FingerRing2Left = 0x35,
  200.             FingerRing2Right = 0x3a,
  201.             FingerRing3Left = 0x3f,
  202.             FingerRing3Right = 0x44,
  203.             FingerRingLeft = 0x27,
  204.             FingerRingRight = 0x2e,
  205.             FingerSmall2Left = 0x36,
  206.             FingerSmall2Right = 0x3b,
  207.             FingerSmall3Left = 0x40,
  208.             FingerSmall3Right = 0x45,
  209.             FingerSmallLeft = 40,
  210.             FingerSmallRight = 0x2f,
  211.             FingerThumb2Left = 0x37,
  212.             FingerThumb2Right = 60,
  213.             FingerThumb3Left = 0x41,
  214.             FingerThumb3Right = 70,
  215.             FingerThumbLeft = 0x2b,
  216.             FingerThumbRight = 50,
  217.             Head = 0x13,
  218.             HipLeft = 2,
  219.             HipRight = 3,
  220.             LeftKnee = 6,
  221.             Neck = 14,
  222.             PropLeft = 0x29,
  223.             PropRight = 0x30,
  224.             RightKnee = 8,
  225.             Root = 0,
  226.             ShoulderLeft = 20,
  227.             ShoulderRight = 0x16,
  228.             SpecialLeft = 0x2a,
  229.             SpecialRight = 0x31,
  230.             ToeLeft = 0x15,
  231.             ToeRight = 0x17,
  232.             WristLeft = 0x21,
  233.             WristRight = 0x24
  234.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement