Revision Difference
Structures/BodyGroupData#552691
<cat>struct</cat>⤶
<structure>
<realm>Shared</realm>
<description>Table returned by <page>Entity:GetBodyGroups</page>.</description>
<fields>
<item name="id" type="number">Index of the body group.</item>
<item name="name" type="string">Name of the body group.</item>
<item name="num" type="number">Amount of subgroups.</item>
<item name="submodels" type="table">A zero-indexed table that is of length _num_ with values being the name of the smd mesh file of the respective body group value.</item>
</fields>
</structure>