Yrepeat: Difference between revisions

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


[[Category:Sprite structure members]]
[[Category:Sprite structure members]]
[[Category:Wall structure members]]

Revision as of 14:15, 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