C# Класс ACR_ServerCommunicator.ModuleContentPatcher.ContentPatchFile

A content patch row from the content_patch_files table.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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