Property | Type | Description | |
---|---|---|---|
Flags1 | uint | ||
Flags2 | uint | ||
Flags3 | uint | ||
FormID | uint | ||
SubRecords | List |
Method | Description | |
---|---|---|
AddRecord ( |
Adds the given sub-record to the record.
|
|
Clone ( ) : |
Clones the record.
|
|
DeleteRecord ( |
Deletes the specified sub-record from the record.
|
|
GetDesc ( ) : string |
Gets the record's description.
|
|
Record ( ) : System |
The default constructor.
|
Method | Description | |
---|---|---|
GetBaseDesc ( ) : string | ||
GetDesc ( |
||
GetExtendedDesc ( |
||
GetIDs ( bool lower ) : List |
Gets the ids of the sub-records in the record.
|
|
Record ( |
The copy constructor.
|
|
Record ( string name, |
A simple constructor that initializes the object with the given values.
|
|
Record ( string name, uint Size, |
A simple constructor that initializes the object with the given values.
|
|
SaveData ( |
public AddRecord ( |
||
br | The record to add. | |
return | void |
public DeleteRecord ( |
||
br | The record to delete. | |
return | void |