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

Difference between revisions of "setsize"

From Quake Wiki

(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...")
 
(testing categories)
Line 3: Line 3:
  
 
Sets the size of the entity <code>e</code>'s bounding box.  This is calculated from the origin (<code>'0 0 0'</code>).  <code>mins</code> must be smaller than <code>maxs</code>.
 
Sets the size of the entity <code>e</code>'s bounding box.  This is calculated from the origin (<code>'0 0 0'</code>).  <code>mins</code> must be smaller than <code>maxs</code>.
 +
[[Category:QuakeC Function]]

Revision as of 23:35, 24 March 2013

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.