Jump to content

Setsprite: Difference between revisions

From EDukeWiki
No edit summary
One (talk | contribs)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
setsprite <spriteid> <x> <y> <z>
'''setsprite''' <spriteid> <x> <y> <z>


Moves the sprite directly to the coordinates specified. You do not have to worry about using [[changespritesect]] to change the [[sectnum]] of the actor, as this is done correctly for you.
Moves the sprite directly to the coordinates specified. You do not have to worry about using [[changespritesect]] to change the [[sectnum]] of the actor, as this is done correctly for you.


[[Category:EDuke32 specific commands]]
[[Category:Sprite_manipulation]]
[[Category:Sprite_manipulation]]

Latest revision as of 13:26, 4 May 2009

setsprite <spriteid> <x> <y> <z>

Moves the sprite directly to the coordinates specified. You do not have to worry about using changespritesect to change the sectnum of the actor, as this is done correctly for you.