AGS.Editor.NativeProxy.DoesUndoBufferExist C# (CSharp) Method

DoesUndoBufferExist() public method

public DoesUndoBufferExist ( ) : bool
return bool
        public bool DoesUndoBufferExist()
        {
            return _native.DoesUndoBufferExist();
        }