Revision Difference
Entity:OBBMins#565296
<function name="OBBMins" parent="Entity" type="classfunc">
<description>Returns the lowest corner of an entity's bounding box as a local vector.</description>⤶
<description>Returns the lowest corner of an entity's collision bounding box as a local vector.⤶
⤶
See also <page>Entity:GetCollisionBounds</page>, <page>Entity:OBBMaxs</page> and <page>Entity:OBBCenter</page>.⤶
</description>⤶
<realm>Shared</realm>
<rets>
<ret name="" type="Vector">The local position of the lowest corner of the entity's oriented bounding box.</ret>
</rets>
</function>