Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

setsize

From Quake Wiki

Revision as of 00:58, 25 March 2013 by Necros (talk | contribs)

Syntax:

void setsize(entity e, vector mins, vector maxs)

Sets the size of the entity's bounding box.

Parameters:

e - The entity who's model is being set
mins - The coordinates of the minimum corner of the bounding box
maxs - The coordinates of the maximum corner of the bounding box (must be larger than mins)

Returns:

void