Battle_Script_Pro.ReturnWorked.ReturnWorked C# (CSharp) Метод

ReturnWorked() публичный Метод

public ReturnWorked ( bool theResult, byte theValue ) : System
theResult bool
theValue byte
Результат System
        public ReturnWorked(bool theResult, byte theValue)
        {
            worked = theResult;
            byteValueIfWorked = theValue;
        }

Same methods

ReturnWorked::ReturnWorked ( bool theResult, string input, bool isPointer ) : System
ReturnWorked::ReturnWorked ( bool theResult, uint theValue ) : System
ReturnWorked::ReturnWorked ( bool theResult, ushort theValue ) : System
ReturnWorked