Alexandria.Engines.GoldBox.Resources.ScriptInstruction.If.If C# (CSharp) Method

If() public method

public If ( Script script, long offset, BinaryReader reader ) : System
script Script
offset long
reader System.IO.BinaryReader
return System
            public If(Script script, long offset, BinaryReader reader)
                : base(script, offset, reader, ScriptOpcode.If)
            {
                /*int operandIndex = -1;
                ReadOperand(reader, null, ref operandIndex, 'n');
                ReadOperand(reader, null, ref operandIndex, 'n');
                TestType = reader.ReadByte();*/
            }
ScriptInstruction.If