Weaponcount: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
m This is essentially read-only
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This is the current frame count of the weapon display while it is in the process of firing.
This is the current frame count of the weapon display while it is in the process of firing.


This can be used and modified by weapon display code.
This is effectively a read-only variable. While writing to it is permitted, any updates will not affect the actual frame count of the weapon.
 
<!-- The category syntax is correct. DO NOT ALTER IT. -->


[[Category:Constantly updated gamevars]]
[[Category:Constantly updated gamevars]]
<!-- The category syntax is correct. DO NOT ALTER IT. -->

Latest revision as of 02:54, 18 December 2021

This is the current frame count of the weapon display while it is in the process of firing.

This is effectively a read-only variable. While writing to it is permitted, any updates will not affect the actual frame count of the weapon.