Weaponcount: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Wrong Category Syntax
m This is essentially read-only
 
(One intermediate revision by one other user 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.