Difference between revisions of "Slot Masks - Armor"
Jump to navigation
Jump to search
m
link to biped object page
imported>Thorham |
imported>Egocarib m (link to biped object page) |
||
Line 40: | Line 40: | ||
For example, if an item takes up the slots for body (kSlotMask32), hands (kSlotMask33), and forearms (kSlotMask34), then you add its values together (0x00000004 + 0x00000008 + 0x00000010 = 4 + 8 + 16) to get the value of its slot mask (28). | For example, if an item takes up the slots for body (kSlotMask32), hands (kSlotMask33), and forearms (kSlotMask34), then you add its values together (0x00000004 + 0x00000008 + 0x00000010 = 4 + 8 + 16) to get the value of its slot mask (28). | ||
==See Also== | |||
[[Biped_Object|Suggested Slot Usage]] |