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

Difference between revisions of "remove"

From Quake Wiki

(Created page with "====Syntax:==== <code>void normalize(entity e)</code> "Removes" an entity from the game. ====Parameters:==== :<code>e</code> - The entity to remove ====Returns:==== :void [...")
 
Line 1: Line 1:
 
====Syntax:====
 
====Syntax:====
<code>void normalize(entity e)</code>
+
<code>void remove(entity e)</code>
  
 
"Removes" an entity from the game.
 
"Removes" an entity from the game.

Revision as of 00:12, 25 March 2013

Syntax:

void remove(entity e)

"Removes" an entity from the game.

Parameters:

e - The entity to remove

Returns:

void