Actioncount: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Mblackwell (talk | contribs)
mNo edit summary
 
Jblade (talk | contribs)
mNo edit summary
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 it's value.
[[Category:Duke3D 1.3/1.5 commands]]
[[Category:Sprite manipulation]]

Revision as of 02:25, 21 April 2008

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.