Garry's Mod Wiki

Entity:SetCollisionBounds

  Entity:SetCollisionBounds( Vector mins, Vector maxs )

Description

Sets the collision bounds for the entity, which are used for triggers (Entity:SetTrigger, ENTITY:Touch), and collision (If Entity:SetSolid set as SOLID_BBOX).

Input bounds are relative to Entity:GetPos! See also Entity:SetCollisionBoundsWS.

Player collision bounds are reset every frame to player's Player:SetHull values.

Arguments

1 Vector mins
The minimum vector of the bounds.
2 Vector maxs
The maximum vector of the bounds.