CASCExplorer.CASCHandlerBase.FileExists C# (CSharp) Method

FileExists() public abstract method

public abstract FileExists ( int fileDataId ) : bool
fileDataId int
return bool
        public abstract bool FileExists(int fileDataId);
        public abstract bool FileExists(string file);

Same methods

CASCHandlerBase::FileExists ( string file ) : bool
CASCHandlerBase::FileExists ( ulong hash ) : bool