CASCExplorer.CASCHandlerBase.FileExists C# (CSharp) 메소드

FileExists() 공개 추상적인 메소드

public abstract FileExists ( int fileDataId ) : bool
fileDataId int
리턴 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