C# Class ACR_ServerCommunicator.ModuleContentPatcher.ContentPatchFile

A content patch row from the content_patch_files table.
Afficher le fichier Open project: ALandFarAway/ALFA-Base-Resources

Méthodes publiques

Свойство Type Description
Checksum string
FileName string
Location string
RecompileModule bool

Méthodes publiques

Méthode Description
GetLocalPath ( ContentPatchPaths Paths ) : string

Get the local path for a file.

Method Details

GetLocalPath() public méthode

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.
Résultat string

Property Details

Checksum public_oe property

The MD5 checksum.
public string Checksum
Résultat string

FileName public_oe property

The file name.
public string FileName
Résultat string

Location public_oe property

The file location (override, hak, etc.).
public string Location
Résultat string

RecompileModule public_oe property

Whether the module must be recompiled if this file is updated.
public bool RecompileModule
Résultat bool