GetMins (script event)
From modwiki
Description
Gets the minimum corner of this entity's bounding box.
Usage
In your script type...
vector getMins()
Parameters
This script event does not accept parameters.
Examples
minBB = $my_entity.getMins();
Notes
This script event returns the minimum corner of this entity's bounding box as a vector.

