Xorvar: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
xorvar <[[gamevar]]> <number>
xorvar <[[gamevar]]> <number>


XORs the value of <[[gamevar]]> against <number> and sets <gamevar> to the result.  See [[xorvarvar]].
This function gives the result of a XOR function of the [[gamevar]] <gamevar> with <value>. The function checks the bits of the two values being compared, and the bits in the result are set if one, and only one, of the values being operated on has those bits set.  See [[xorvarvar]].


[[Category:EDuke32 specific commands]]
[[Category:EDuke32 specific commands]]
[[Category:Gamevar manipulation]]
[[Category:Gamevar manipulation]]

Revision as of 16:33, 4 October 2006

xorvar <gamevar> <number>

This function gives the result of a XOR function of the gamevar <gamevar> with <value>. The function checks the bits of the two values being compared, and the bits in the result are set if one, and only one, of the values being operated on has those bits set. See xorvarvar.