Garry's Mod Wiki

Entity:SetCollisionBoundsWS

  Entity:SetCollisionBoundsWS( Vector vec1, Vector vec2 )

Description

A convenience function that sets the collision bounds for the entity in world space coordinates by transforming given vectors to entity's local space and passing them to Entity:SetCollisionBounds

Arguments

1 Vector vec1
The first vector of the bounds.
2 Vector vec2
The second vector of the bounds.