Htmovflag: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
New page: htmovflag has a nonzero value if the sprite is using a move command and it bumps into something (htmovflag is set to the return value of the movesprite function). If the moving sprite is ...
 
mNo edit summary
Line 1: Line 1:
htmovflag has a nonzero value if the sprite is using a move command and it bumps into something (htmovflag is set to the return value of the movesprite function).  If the moving sprite is bumping into another sprite, then the ID of that other sprite will be equal to htmovflag + 16384.
'''htmovflag''' has a nonzero value if the sprite is using a move command and it bumps into something (htmovflag is set to the return value of the movesprite function).  If the moving sprite is bumping into another sprite, then the ID of that other sprite will be equal to htmovflag + 16384.
 
[[Category:Sprite structure members]]

Revision as of 02:46, 15 August 2008

htmovflag has a nonzero value if the sprite is using a move command and it bumps into something (htmovflag is set to the return value of the movesprite function). If the moving sprite is bumping into another sprite, then the ID of that other sprite will be equal to htmovflag + 16384.