C# Class ACR_ServerCommunicator.ModuleContentPatcher.ContentPatchFile

A content patch row from the content_patch_files table.
Show file Open project: ALandFarAway/ALFA-Base-Resources

Public Properties

Property Type Description
Checksum string
FileName string
Location string
RecompileModule bool

Public Methods

Method Description
GetLocalPath ( ContentPatchPaths Paths ) : string

Get the local path for a file.

Method Details

GetLocalPath() public method

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.
return string

Property Details

Checksum public property

The MD5 checksum.
public string Checksum
return string

FileName public property

The file name.
public string FileName
return string

Location public property

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

RecompileModule public property

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