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

setsize

From Quake Wiki

Revision as of 23:27, 24 March 2013 by Necros (talk | contribs) (Created page with "Syntax:<br/> <code>setsize(entity e, vector mins, vector maxs)</code> Sets the size of the entity <code>e</code>'s bounding box. This is calculated from the origin (<code>'0...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Syntax:
setsize(entity e, vector mins, vector maxs)

Sets the size of the entity e's bounding box. This is calculated from the origin ('0 0 0'). mins must be smaller than maxs.