Recurity.Swf.AVM1.ActionIf.ActionIf C# (CSharp) Method

ActionIf() public method

Creates a conditional test and branch.
public ActionIf ( ) : System
return System
        public ActionIf()
        {
            _StackOps = new StackChange[ 1 ];
            // default to version > 4
            _StackOps[ 0 ] = new StackPop( AVM1DataTypes.AVM_boolean );
        }

Same methods

ActionIf::ActionIf ( Int16 offset ) : System