NScumm.Scumm.ScummEngine2.SetBoxFlags C# (CSharp) Метод

SetBoxFlags() защищенный Метод

protected SetBoxFlags ( ) : void
Результат void
        protected void SetBoxFlags()
        {
            var a = GetVarOrDirectByte(OpCodeParameter.Param1);
            var b = ReadByte();
            SetBoxFlags(a, b);
        }
ScummEngine2