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

ReadOperand() protected method

protected ReadOperand ( BinaryReader reader, ScriptArgument operandCode ) : bool
reader System.IO.BinaryReader
operandCode ScriptArgument
return bool
        protected bool ReadOperand(BinaryReader reader, ScriptArgument operandCode)
        {
            int index = -1;
            return ReadOperand(reader, null, ref index, operandCode);
        }

Same methods

ScriptInstruction::ReadOperand ( BinaryReader reader, string operands, int &operandIndex, ScriptArgument operandCode ) : bool