Battle_Script_Pro.ReturnWorked.ReturnWorked C# (CSharp) Method

ReturnWorked() public method

public ReturnWorked ( bool theResult, byte theValue ) : System
theResult bool
theValue byte
return 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