Home / Lua / Client / BaseStaticObject / Functions / GetBoundingBox


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).