Animtilerange (DEF): Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Fox (talk | contribs)
 
Fox (talk | contribs)
No edit summary
Line 1: Line 1:
[[Category:WIP pages]]
'''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


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

Revision as of 13:38, 21 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