Extra: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
mNo edit summary
m Categories
Line 2: Line 2:


For [[sprite|sprites]], '''extra''' is the actor-in-question's health value.  The '''extra''' member of the [[hittype]] struct controls how much damage will be processed for a sprite during the next tic of the game.
For [[sprite|sprites]], '''extra''' is the actor-in-question's health value.  The '''extra''' member of the [[hittype]] struct controls how much damage will be processed for a sprite during the next tic of the game.
[[Category:Sector structure members]]
[[Category:Sprite structure members]]
[[Category:Wall structure members]]

Revision as of 06:58, 7 September 2006

Extra is available for sector, hittype, sprite, and wall structs.

For sprites, extra is the actor-in-question's health value. The extra member of the hittype struct controls how much damage will be processed for a sprite during the next tic of the game.