Bobposy: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Matteus (talk | contribs)
No edit summary
 
Added to the articles requiring verification category
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
These are modified when the player is in a sector with a SE with a lotag of 0 and a sector with a floorstat with bit 64(10) set.<BR>
Member of the [[player]] struct; this is modified when the player is in a sector with a SE with a lotag of 0 and a sector with a floorstat with bit 64(10) set.<BR>
This seems to give the [[player]]'s SPRITE a xvelocity related to the difference (sqrt) between [[posx]], [[posy]] and [[bobposx]], [[bobposy]] <BR>
This seems to give the [[player]]'s SPRITE a xvelocity related to the difference (sqrt) between [[posx]], [[posy]] and [[bobposx]], [[bobposy]] <BR>
They are reset to their non-bob versions each frame.
They are reset to their non-bob versions each frame.
[[Category:Player structure members]]
[[Category:Articles requiring verification of information]]

Latest revision as of 09:40, 7 September 2006

Member of the player struct; this is modified when the player is in a sector with a SE with a lotag of 0 and a sector with a floorstat with bit 64(10) set.
This seems to give the player's SPRITE a xvelocity related to the difference (sqrt) between posx, posy and bobposx, bobposy
They are reset to their non-bob versions each frame.