Revision Difference
PhysObj:GetAngleVelocity#529397
<function name="GetAngleVelocity" parent="PhysObj" type="classfunc">
<description>Gets the angular velocity of the object in degrees per second.</description>
<description>Gets the angular velocity of the object in degrees per second as a local vector. You can use dot product to read the amount from a specific axis.</description>
<realm>Shared</realm>
<rets>
<ret name="" type="Vector">The angular velocity</ret>
</rets>
</function>