Struct DFValidator.ValidationResults
Packages validation information.
Namespace: DaggerfallConnect.Utility
Assembly: Assembly-CSharp.dll
Syntax
public struct ValidationResults
Fields
| Improve this Doc View SourceAppearsValid
True if all tests succeeded.
Declaration
public bool AppearsValid
Field Value
Type | Description |
---|---|
Boolean |
BlocksValid
True if BLOCKS.BSA exists.
Declaration
public bool BlocksValid
Field Value
Type | Description |
---|---|
Boolean |
FolderValid
True if folder exists.
Declaration
public bool FolderValid
Field Value
Type | Description |
---|---|
Boolean |
MapsValid
True if MAPS.BSA exists.
Declaration
public bool MapsValid
Field Value
Type | Description |
---|---|
Boolean |
ModelsValid
True if ARCH3D.BSA exists.
Declaration
public bool ModelsValid
Field Value
Type | Description |
---|---|
Boolean |
PathTested
The full path that was tested.
Declaration
public string PathTested
Field Value
Type | Description |
---|---|
String |
SoundsValid
True if DAGGER.SND exists.
Declaration
public bool SoundsValid
Field Value
Type | Description |
---|---|
Boolean |
TexturesValid
True if texture count is correct.
Declaration
public bool TexturesValid
Field Value
Type | Description |
---|---|
Boolean |
VideosValid
True if all .VID files present.
Declaration
public bool VideosValid
Field Value
Type | Description |
---|---|
Boolean |
WoodsValid
True if WOODS.WLD exists.
Declaration
public bool WoodsValid
Field Value
Type | Description |
---|---|
Boolean |