Revision Difference
duplicator.StoreBoneModifier#518522
<function name="StoreBoneModifier" parent="duplicator" type="libraryfunc">
<description>Stores bone mod data for a registered bone modification function</description>
<realm>Server</realm>
<args>
<arg name="ent" type="Entity">The entity to add bone mod data to</arg>
<arg name="boneID" type="number">The bone ID.
See <page>Entity:GetPhysicsObjectNum</page></arg>⤶
<arg name="boneID" type="number">The bone ID.⤶
See <page>Entity:GetPhysicsObjectNum</page></arg>⤶
<arg name="key" type="any">The key for the bone modification</arg>
<arg name="data" type="table">The bone modification data that is passed to the bone modification function</arg>
</args>
</function>