Pals time: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Member of the [[player]] struct; pals_time is defaulted to zero when the player starts, or when a level is loaded. It is set to the first parameter for the command pal from pals[0-2] are set to the next three parameters. It is a count-down timer. It is also set internally when the player takes damage.
Member of the [[player]] struct; pals_time is simply another way to access the intensity value of the [[pals]] array.


[[Category:Player structure members]]
[[Category:Player structure members]]

Revision as of 20:13, 1 January 2012

Member of the player struct; pals_time is simply another way to access the intensity value of the pals array.