Garry's Mod Wiki

Entity:SetRenderBoundsWS

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

Description

Sets the render bounds for the entity in world space coordinates. For relative coordinates see Entity:SetRenderBounds.

Arguments

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