Yrepeat: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
 
Jblade (talk | contribs)
mNo edit summary
Line 8: Line 8:


sizeat 40 40
sizeat 40 40
[[Category:Sprite structure members]]

Revision as of 02:45, 21 April 2008

xrepeat and yrepeat are the x and y scale of the sprite, respectively. These are the same values that are set by the sizeat command. Thus:

setactor[THISACTOR].xrepeat 40

setactor[THISACTOR].yrepeat 40

is equivalent to

sizeat 40 40