Method | Description | |
---|---|---|
GetFieldCount ( ) : int |
Gets the field count for this record at.
|
|
GetRecordSize ( ) : int |
Gets the size of the record.
|
|
LoadData ( byte data ) : void |
Loads and parses the provided data.
|
|
SetVersion ( WarcraftVersion InVersion ) : void |
Sets the version this record is valid for.
|
public abstract LoadData ( byte data ) : void | ||
data | byte | Data. |
return | void |
public SetVersion ( WarcraftVersion InVersion ) : void | ||
InVersion | WarcraftVersion | |
return | void |