C# Class Recurity.Swf.AVM1.ActionBitXor

Blitzableiter ActionBitXor represents the Adobe AVM1 ActionBitXor
Inheritance: AbstractAction
Exibir arquivo Open project: rtezli/Blitzableiter

Public Methods

Method Description
ActionBitXor ( ) : System

Pops two numbers off of the stack, performs a bitwise XOR, and pushes an S32 number to the stack. The arguments are converted to 32-bit unsigned integers before performing the bitwise operation. The result is a SIGNED 32-bit integer.

Method Details

ActionBitXor() public method

Pops two numbers off of the stack, performs a bitwise XOR, and pushes an S32 number to the stack. The arguments are converted to 32-bit unsigned integers before performing the bitwise operation. The result is a SIGNED 32-bit integer.
public ActionBitXor ( ) : System
return System