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

Difference between revisions of "spawn (function)"

From Quake Wiki

(Created page with "====Syntax:==== <code>vector spawn()</code> Used to create a new entity ====Parameters:==== :None ====Returns:==== :A new entity Category:QuakeC Function")
 
Line 1: Line 1:
 
====Syntax:====
 
====Syntax:====
<code>vector spawn()</code>
+
<code>entity spawn()</code>
  
 
Used to create a new entity
 
Used to create a new entity

Revision as of 01:08, 25 March 2013

Syntax:

entity spawn()

Used to create a new entity

Parameters:

None

Returns:

A new entity