Killit: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Fox (talk | contribs)
No edit summary
Fox (talk | contribs)
No edit summary
Line 3: Line 3:
Used within an [[actor]]'s code in order to delete it from a map.
Used within an [[actor]]'s code in order to delete it from a map.


Using [b][[sizeat]] 0 0[/b] has the same effect.  
Using [[sizeat]] 0 0 has the same effect.  


[[Category:Duke3D 1.3/1.5 commands]]
[[Category:Duke3D 1.3/1.5 commands]]
[[Category:Sprite manipulation]]
[[Category:Sprite manipulation]]

Revision as of 21:02, 19 July 2009

killit

Used within an actor's code in order to delete it from a map.

Using sizeat 0 0 has the same effect.