Qspawn: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Hendricks266 (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
qspawn < | qspawn <tilenum> | ||
[[ | [[spawn|Spawns]] the [[actor]] <tilenum> and inserts it into the [[decal deletion queue]]. <tilenum> can also be a [[define|defined]] value. See [[spawn]], [[espawn]], [[eqspawn]], [[espawnvar]], [[qspawnvar]], [[eqspawnvar]], and [[insertspriteq]]. <!--[[spawnvar]]--> | ||
[[Category:EDuke32 specific commands]] | [[Category:EDuke32 specific commands]] | ||
[[Category:Sprite manipulation]] | [[Category:Sprite manipulation]] |
Revision as of 13:49, 28 September 2006
qspawn <tilenum>
Spawns the actor <tilenum> and inserts it into the decal deletion queue. <tilenum> can also be a defined value. See spawn, espawn, eqspawn, espawnvar, qspawnvar, eqspawnvar, and insertspriteq.