Свойство | Type | Description | |
---|---|---|---|
Records | List |
Méthode | Description | |
---|---|---|
AddRecord ( |
Adds a record to the plugin.
|
|
Clone ( ) : |
CLones the plugin. This method is not implemented. |
|
ContainsFormId ( |
Determines if the plugin contains the given form id.
|
|
DeleteRecord ( |
Deletes a record from the plugin.
|
|
GetDesc ( ) : string |
Gets the plugin's decription.
|
|
GetIsEsm ( string FilePath ) : bool |
Determines if the specified file is a master file.
|
|
GetMaster ( |
Gets the master of the plugin at the given index.
|
|
GetMasterIndex ( string p_strPluginName ) : |
Gets the index of the specified master.
|
|
Save ( ) : byte[] |
Save any changes made to the plugin.
|
|
TesPlugin ( ) : System |
The default constructor.
|
|
TesPlugin ( byte data, string name ) : System |
A simple constructor that initializes the object with the given data.
|
Méthode | Description | |
---|---|---|
ContainsFormId ( uint p_uintFormId, List |
Searched the given records for the given form id.
|
|
GetIDs ( bool lower ) : List |
Gets a list of the form ids in the plugin.
|
|
LoadPlugin ( |
Loads the plugin from the given reader, optionally loading just the header.
|
|
Save ( string FilePath ) : void |
Saves any changes made to the plugin to the specified file. If the exists it is overwritten, but the last modified time is maintained. |
|
SaveData ( |
Save the plugin data to the given writer.
|
|
TesPlugin ( string FilePath, bool headerOnly ) : System |
A simple constructor that initializes the object with the given data.
|
public AddRecord ( |
||
br | The record to add. | |
Résultat | void |
public ContainsFormId ( |
||
p_uintFormId | The form id to be searched for in the plugin. | |
Résultat | bool |
public DeleteRecord ( |
||
br | The record to delete. | |
Résultat | void |
public static GetIsEsm ( string FilePath ) : bool | ||
FilePath | string | The path to the file for which it is to be determined if it is a master file. |
Résultat | bool |
public GetMaster ( |
||
p_intIndex | The index of the master to return. | |
Résultat | string |
public GetMasterIndex ( string p_strPluginName ) : |
||
p_strPluginName | string | The name of the master file whose index in the master list of this pugin /// is to be returned. |
Résultat |
public TesPlugin ( byte data, string name ) : System | ||
data | byte | The plugin data. |
name | string | The name of the plugin. |
Résultat | System |