C# Class WWActorEdit.Kazari.RARC.RARCHeader

Datei anzeigen Open project: pho/WindViewer

Public Properties

Property Type Description
BaseRARC RARC
DataStartOffset System.UInt32
FileData byte[]
FileEntriesOffset System.UInt32
FileSize System.UInt32
NumNodes System.UInt32
StringTableOffset System.UInt32
Tag string

Public Methods

Method Description
RARCHeader ( RARC BR, byte Data, FileNode &Root ) : System
ToString ( ) : string

Method Details

RARCHeader() public method

public RARCHeader ( RARC BR, byte Data, FileNode &Root ) : System
BR RARC
Data byte
Root FileNode
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

BaseRARC public_oe property

public RARC,WWActorEdit.Kazari BaseRARC
return RARC

DataStartOffset public_oe property

public UInt32,System DataStartOffset
return System.UInt32

FileData public_oe property

public byte[] FileData
return byte[]

FileEntriesOffset public_oe property

public UInt32,System FileEntriesOffset
return System.UInt32

FileSize public_oe property

public UInt32,System FileSize
return System.UInt32

NumNodes public_oe property

public UInt32,System NumNodes
return System.UInt32

StringTableOffset public_oe property

public UInt32,System StringTableOffset
return System.UInt32

Tag public_oe property

public string Tag
return string