Actioncount: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Jblade (talk | contribs)
mNo edit summary
m ortho
 
Line 1: Line 1:
The number of frames that have displayed from the current [[action]]. 1 is added to actioncount every frame advance. actioncount is reset by [[action]] and [[resetactioncount]]. Use [[ifactioncount]] to check it's value.
The number of frames that have displayed from the current [[action]]. 1 is added to actioncount every frame advance. actioncount is reset by [[action]] and [[resetactioncount]]. Use [[ifactioncount]] to check its value.


[[Category:Duke3D 1.3/1.5 commands]]
[[Category:Duke3D 1.3/1.5 commands]]
[[Category:Sprite manipulation]]
[[Category:Sprite manipulation]]

Latest revision as of 12:07, 17 May 2012

The number of frames that have displayed from the current action. 1 is added to actioncount every frame advance. actioncount is reset by action and resetactioncount. Use ifactioncount to check its value.