Revision Difference
Enums/BONE#516403
<cat>enum</cat>
<enum>
<description>Used by <page>Entity:BoneHasFlag</page>.</description>
<items>
<item key="BONE_PHYSICALLY_SIMULATED" value="1"></item>
<item key="BONE_PHYSICS_PROCEDURAL" value="2"></item>
<item key="BONE_ALWAYS_PROCEDURAL" value="4"></item>
<item key="BONE_SCREEN_ALIGN_SPHERE" value="8"></item>
<item key="BONE_SCREEN_ALIGN_CYLINDER" value="1">6</item>⤶
<item key="BONE_CALCULATE_MASK" value="3">1</item>⤶
<item key="BONE_USED_BY_HITBOX" value="2">56|A hitbox is attached to this bone</item>⤶
<item key="BONE_USED_BY_ATTACHMENT" value="5">12|An attachment is attached to this bone</item>⤶
<item key="BONE_USED_BY_VERTEX_LOD0" value="1">024</item>⤶
<item key="BONE_USED_BY_VERTEX_LOD1" value="2">048</item>⤶
<item key="BONE_USED_BY_VERTEX_LOD2" value="4">096</item>⤶
<item key="BONE_USED_BY_VERTEX_LOD3" value="8">192</item>⤶
<item key="BONE_USED_BY_VERTEX_LOD4" value="1">6384</item>⤶
<item key="BONE_USED_BY_VERTEX_LOD5" value="3">2768</item>⤶
<item key="BONE_USED_BY_VERTEX_LOD6" value="6">5536</item>⤶
<item key="BONE_USED_BY_VERTEX_LOD7" value="1">31072</item>⤶
<item key="BONE_USED_BY_VERTEX_MASK" value="2">61120</item>⤶
<item key="BONE_USED_BY_BONE_MERGE" value="2">62144</item>⤶
<item key="BONE_USED_BY_ANYTHING" value="5">24032|Is this bone used by anything?
( If any BONE_USED_BY_* flags are true )</item>⤶
<item key="BONE_USED_MASK" value="5">24032</item>⤶
<item key="BONE_SCREEN_ALIGN_CYLINDER" value="16"></item>⤶
<item key="BONE_CALCULATE_MASK" value="31"></item>⤶
<item key="BONE_USED_BY_HITBOX" value="256|A hitbox is attached to this bone"></item>⤶
<item key="BONE_USED_BY_ATTACHMENT" value="512|An attachment is attached to this bone"></item>⤶
<item key="BONE_USED_BY_VERTEX_LOD0" value="1024"></item>⤶
<item key="BONE_USED_BY_VERTEX_LOD1" value="2048"></item>⤶
<item key="BONE_USED_BY_VERTEX_LOD2" value="4096"></item>⤶
<item key="BONE_USED_BY_VERTEX_LOD3" value="8192"></item>⤶
<item key="BONE_USED_BY_VERTEX_LOD4" value="16384"></item>⤶
<item key="BONE_USED_BY_VERTEX_LOD5" value="32768"></item>⤶
<item key="BONE_USED_BY_VERTEX_LOD6" value="65536"></item>⤶
<item key="BONE_USED_BY_VERTEX_LOD7" value="131072"></item>⤶
<item key="BONE_USED_BY_VERTEX_MASK" value="261120"></item>⤶
<item key="BONE_USED_BY_BONE_MERGE" value="262144"></item>⤶
<item key="BONE_USED_BY_ANYTHING" value="524032|Is this bone used by anything?
( If any BONE_USED_BY_* flags are true )"></item>⤶
<item key="BONE_USED_MASK" value="524032"></item>⤶
</items>
</enum>