Garry's Mod Wiki

Player:SetHull

  Player:SetHull( Vector mins, Vector maxs )

Description

Sets the size of the Player's Axis-Aligned Bounding Box (AABB) used for physics and movement Hull Traces.

See also: Player:GetHull, Player:SetHullDuck, Player:GetHullDuck

This value is not replicated automatically to clients and must be manually called in both the Server and Client Realms.

Arguments

1 Vector mins
The hull mins, the lowest corner of the Player's bounding box.
2 Vector maxs
The hull maxs, the highest corner of the Player's bounding box, opposite of the mins.