Lua/Client/BaseStaticObject/Functions/GetBoundingBox
From JC2-MP Documentation
< Lua | Client | BaseStaticObject
  
| Returns | Vector3, Vector3 | 
|---|---|
| Prototype | BaseStaticObject:GetBoundingBox() | 
| Description | No description | 
Description
Returns the corners of the object's axis aligned bounding box (AABB) in world space. For example, in a simplified case, it may return (-4, 220, 7) and (1, 225, 10).

