$bbox
From Valve Developer Community
Creates an axis-aligned bounding box used by the AI to detect collisions with the world, mostly for movement purposes.
This is also called the hull.
[edit]
Syntax
$bbox (min x) (min y) (min z) (max x) (max y) (max z)
