Property | Type | Description | |
---|---|---|---|
MS | |||
TagIndex | int | ||
headersize | int | ||
ident | int | ||
itemcount | int | ||
items | List |
||
magic | int | ||
name | string | ||
offset | int | ||
padding | char | ||
parsed | bool | ||
raw | |||
rawType | RawDataContainerType | ||
reflexivecount | int | ||
scannedwithent | bool | ||
scanner | |||
size | int | ||
type | string |
Method | Description | |
---|---|---|
Dispose ( ) : void |
The dispose.
|
|
FindItemsByDescription ( string name ) : int[] |
The find items by description.
|
|
FindItemsByOffset ( int offset ) : int |
The find items by offset.
|
|
LoadMetaFromFile ( string inputFileName ) : void |
Load meta from an XML file.
|
|
Meta ( |
Initializes a new instance of the Meta class.
|
|
ReadMetaFromMap ( int tagIndex, bool dontReadRaw ) : void |
The read meta from map.
|
|
RecursivelyLoadMetas ( bool parsed, System.Windows.Forms.ToolStripProgressBar pb ) : |
The recursively load metas.
|
|
RelinkReferences ( ) : void |
The relink references.
|
|
SaveMetaToFile ( string outputFileName, bool renameTag ) : string |
Used to export the current meta to a file.
|
|
SaveRecursive ( string outputFilePath, bool parsed, System.Windows.Forms.ToolStripProgressBar pb ) : void |
The save recursive.
|
|
ScanMetaItems ( bool manual, bool parsed ) : void |
The scan meta items.
|
|
SortItemsByOffset ( ) : void |
The sort items by offset.
|
|
WriteReferences ( ) : void |
The write references.
|
|
askForTagName ( string newName ) : string |
Asks for a tag name for export.
|
Method | Description | |
---|---|---|
SaveRecursiveFunction ( |
The save recursive function.
|
public FindItemsByDescription ( string name ) : int[] | ||
name | string | The name. |
return | int[] |
public FindItemsByOffset ( int offset ) : int | ||
offset | int | The offset. |
return | int |
public LoadMetaFromFile ( string inputFileName ) : void | ||
inputFileName | string | The XML file name. |
return | void |
public ReadMetaFromMap ( int tagIndex, bool dontReadRaw ) : void | ||
tagIndex | int | The tagIndex. |
dontReadRaw | bool | |
return | void |
public RecursivelyLoadMetas ( bool parsed, System.Windows.Forms.ToolStripProgressBar pb ) : |
||
parsed | bool | The parsed. |
pb | System.Windows.Forms.ToolStripProgressBar | The pb. |
return |
public SaveMetaToFile ( string outputFileName, bool renameTag ) : string | ||
outputFileName | string | The filename to save the Meta to. |
renameTag | bool | The rename tag. |
return | string |
public SaveRecursive ( string outputFilePath, bool parsed, System.Windows.Forms.ToolStripProgressBar pb ) : void | ||
outputFilePath | string | The output file path. |
parsed | bool | The parsed. |
pb | System.Windows.Forms.ToolStripProgressBar | The pb. |
return | void |
public ScanMetaItems ( bool manual, bool parsed ) : void | ||
manual | bool | The manual. |
parsed | bool | The parsed. |
return | void |
public static askForTagName ( string newName ) : string | ||
newName | string | The new name. |
return | string |
public RawDataContainer,HaloMap.RawData raw | ||
return |