Httempang: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
httempang holds the number of the sprite's previous pal (if the sprite is not a player).  The sprite's pal is set to this number when the [[getlastpal]] command is used.  Note that the previous pal is stored in httempang only when the [[spritepal]] command is used.
'''httempang''' holds the number of the sprite's previous pal (if the sprite is not a player).  The sprite's pal is set to this number when the [[getlastpal]] command is used.  Note that the previous pal is stored in httempang only when the [[spritepal]] command is used.


Given the name of this member, it seems likely that it was originally intended to store an angle.
Given the name of this member, it seems likely that it was originally intended to store an angle.
[[Category:Sprite structure members]]

Revision as of 02:47, 15 August 2008

httempang holds the number of the sprite's previous pal (if the sprite is not a player). The sprite's pal is set to this number when the getlastpal command is used. Note that the previous pal is stored in httempang only when the spritepal command is used.

Given the name of this member, it seems likely that it was originally intended to store an angle.