Animtilerange (DEF): Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Fox (talk | contribs)
No edit summary
Fox (talk | contribs)
No edit summary
 
Line 1: Line 1:
'''animtilerange''' <start tilenum> <end tilenum> <speed> <animation>
<span {{code}}>'''animtilerange''' <start tilenum> <end tilenum> <speed> <animation></span>


Sets an animation range identical to the ones embedded in the .ART files.
Sets an animation range identical to the ones embedded in the .ART files.
Line 7: Line 7:
Values are:
Values are:


0 = none
*0 = none
1 = oscillating
*1 = oscillating
2 = forward
*2 = forward
3 = backward
*3 = backward


[[Category:DEF commands]]
[[Category:DEF commands]]

Latest revision as of 05:19, 23 February 2020

animtilerange <start tilenum> <end tilenum> <speed> <animation>

Sets an animation range identical to the ones embedded in the .ART files.

Speed value ranges from 0 to 15, 0 being the fastest. Every 1 increase halves the speed.

Values are:

  • 0 = none
  • 1 = oscillating
  • 2 = forward
  • 3 = backward