Garry's Mod Wiki

Entity:SetRenderBounds

  Entity:SetRenderBounds( Vector mins, Vector maxs, Vector add = Vector( 0, 0, 0 ) )

Description

Sets the render bounds for the entity. For world space coordinates see Entity:SetRenderBoundsWS.

Arguments

1 Vector mins
The minimum corner of the bounds, relative to origin of the entity.
2 Vector maxs
The maximum corner of the bounds, relative to origin of the entity.
3 Vector add = Vector( 0, 0, 0 )
If defined, adds this vector to maxs and subtracts this vector from mins.