C# Class Warcraft.MPQ.Tables.Block.BlockTable

ファイルを表示 Open project: Nihlus/libwarcraft

Public Properties

Property Type Description
TableKey uint

Public Methods

Method Description
BlockTable ( ) : System.Collections.Generic
BlockTable ( byte data ) : System.Collections.Generic
GetEntry ( int index ) : BlockTableEntry
GetSize ( ) : ulong
Serialize ( ) : byte[]

Method Details

BlockTable() public method

public BlockTable ( ) : System.Collections.Generic
return System.Collections.Generic

BlockTable() public method

public BlockTable ( byte data ) : System.Collections.Generic
data byte
return System.Collections.Generic

GetEntry() public method

public GetEntry ( int index ) : BlockTableEntry
index int
return BlockTableEntry

GetSize() public method

public GetSize ( ) : ulong
return ulong

Serialize() public method

public Serialize ( ) : byte[]
return byte[]

Property Details

TableKey public_oe static_oe property

public static uint TableKey
return uint