Show / Hide Table of Contents

Struct DFValidator.ValidationResults

Packages validation information.

Namespace: DaggerfallConnect.Utility
Assembly: Assembly-CSharp.dll
Syntax
public struct ValidationResults

Fields

| Improve this Doc View Source

AppearsValid

True if all tests succeeded.

Declaration
public bool AppearsValid
Field Value
Type Description
Boolean
| Improve this Doc View Source

BlocksValid

True if BLOCKS.BSA exists.

Declaration
public bool BlocksValid
Field Value
Type Description
Boolean
| Improve this Doc View Source

FolderValid

True if folder exists.

Declaration
public bool FolderValid
Field Value
Type Description
Boolean
| Improve this Doc View Source

MapsValid

True if MAPS.BSA exists.

Declaration
public bool MapsValid
Field Value
Type Description
Boolean
| Improve this Doc View Source

ModelsValid

True if ARCH3D.BSA exists.

Declaration
public bool ModelsValid
Field Value
Type Description
Boolean
| Improve this Doc View Source

PathTested

The full path that was tested.

Declaration
public string PathTested
Field Value
Type Description
String
| Improve this Doc View Source

SoundsValid

True if DAGGER.SND exists.

Declaration
public bool SoundsValid
Field Value
Type Description
Boolean
| Improve this Doc View Source

TexturesValid

True if texture count is correct.

Declaration
public bool TexturesValid
Field Value
Type Description
Boolean
| Improve this Doc View Source

VideosValid

True if all .VID files present.

Declaration
public bool VideosValid
Field Value
Type Description
Boolean
| Improve this Doc View Source

WoodsValid

True if WOODS.WLD exists.

Declaration
public bool WoodsValid
Field Value
Type Description
Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX