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

