Revision Difference
PhysObj:GetAABB#562654
<function name="GetAABB" parent="PhysObj" type="classfunc">
<description>Returns the mins and max of the physics object.</description>
<description>Returns the mins and max of the physics object Axis-Aligned Bounding Box.</description>
<realm>Shared</realm>
<rets>
<ret name="" type="Vector">Mins</ret>⤶
<ret name="" type="Vector">Maxs</ret>⤶
<ret name="" type="Vector">The minimum extents of the bounding box.</ret>⤶
<ret name="" type="Vector">The maximum extents of the bounding box.</ret>⤶
</rets>
</function>