NScumm.Core.Video.VideoTrack.SetReverse C# (CSharp) Method

SetReverse() public method

public SetReverse ( bool reverse ) : bool
reverse bool
return bool
        public bool SetReverse(bool reverse)
        {
            return !reverse;
        }
    }