Actioncount: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Helixhorned (talk | contribs) 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 | 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 11: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.