C# 클래스 ACR_ServerCommunicator.ModuleContentPatcher.ContentPatchFile

A content patch row from the content_patch_files table.
파일 보기 프로젝트 열기: ALandFarAway/ALFA-Base-Resources

공개 프로퍼티들

프로퍼티 타입 설명
Checksum string
FileName string
Location string
RecompileModule bool

공개 메소드들

메소드 설명
GetLocalPath ( ContentPatchPaths Paths ) : string

Get the local path for a file.

메소드 상세

GetLocalPath() 공개 메소드

Get the local path for a file.
public GetLocalPath ( ContentPatchPaths Paths ) : string
Paths ContentPatchPaths Supplies the content patch paths that are /// used to expand path references.
리턴 string

프로퍼티 상세

Checksum 공개적으로 프로퍼티

The MD5 checksum.
public string Checksum
리턴 string

FileName 공개적으로 프로퍼티

The file name.
public string FileName
리턴 string

Location 공개적으로 프로퍼티

The file location (override, hak, etc.).
public string Location
리턴 string

RecompileModule 공개적으로 프로퍼티

Whether the module must be recompiled if this file is updated.
public bool RecompileModule
리턴 bool