Property | Type | Description | |
---|---|---|---|
CancelAction | Func |
||
FormLookup | dFormIDLookupR | ||
StringLookup | dLStringLookup | ||
UpdateProgressAction | Action |
Property | Type | Description | |
---|---|---|---|
CreateSubrecords | bool | ||
GetUInt32 | uint | ||
IsLikelyString | bool | ||
IsLikelyString | bool | ||
MergeRecord | void | ||
MergeRecord | void | ||
MergeRecords | void | ||
ProcessSubRecord | void | ||
UpdateProgress | void |
Method | Description | |
---|---|---|
Complete ( ) : |
||
CreateBlob ( ) : |
||
CreateType ( int index, string type ) : |
||
CreateType ( string type ) : |
||
CreateType ( string name, string type ) : |
||
DefaultCancel ( ) : bool | ||
DefaultLookupR ( uint idx ) : |
||
DefaultLookupS ( uint idx ) : string | ||
DefaultUpdate ( int value ) : void | ||
IsLikelyFloat ( float value ) : bool | ||
Process ( |
||
Process ( string name, |
||
Process ( TESVSnip sr, SubRecord subrec ) : void | ||
ProcessBase ( |
||
Start ( |
||
UpdateSize ( |
Method | Description | |
---|---|---|
CreateSubrecords ( |
||
GetUInt32 ( byte data, int offset ) : uint | ||
IsLikelyString ( ArraySegment |
||
IsLikelyString ( byte data ) : bool | ||
MergeRecord ( |
Update records using another record list.
|
|
MergeRecord ( |
||
MergeRecords ( IEnumerable |
Update records using another record list.
|
|
ProcessSubRecord ( |
||
UpdateProgress ( ) : void |
public Complete ( ) : |
||
return |
public CreateBlob ( ) : |
||
return |
public CreateType ( int index, string type ) : |
||
index | int | |
type | string | |
return |
public CreateType ( string type ) : |
||
type | string | |
return |
public CreateType ( string name, string type ) : |
||
name | string | |
type | string | |
return |
public static DefaultLookupR ( uint idx ) : |
||
idx | uint | |
return |
public static DefaultLookupS ( uint idx ) : string | ||
idx | uint | |
return | string |
public static DefaultUpdate ( int value ) : void | ||
value | int | |
return | void |
public static IsLikelyFloat ( float value ) : bool | ||
value | float | |
return | bool |
public Process ( |
||
p | ||
return | bool |
public Process ( string name, |
||
name | string | |
records | ||
return | bool |
public Process ( TESVSnip sr, SubRecord subrec ) : void | ||
sr | TESVSnip | |
subrec | SubRecord | |
return | void |
public ProcessBase ( |
||
r | ||
return | TESVSnip.Data.RecordsRecord |
public UpdateSize ( |
||
sr | ||
return | void |