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

Afficher le fichier Open project: Nihlus/libwarcraft

Méthodes publiques

Свойство Type Description
TableKey uint

Méthodes publiques

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

Method Details

BlockTable() public méthode

public BlockTable ( ) : System.Collections.Generic
Résultat System.Collections.Generic

BlockTable() public méthode

public BlockTable ( byte data ) : System.Collections.Generic
data byte
Résultat System.Collections.Generic

GetEntry() public méthode

public GetEntry ( int index ) : BlockTableEntry
index int
Résultat BlockTableEntry

GetSize() public méthode

public GetSize ( ) : ulong
Résultat ulong

Serialize() public méthode

public Serialize ( ) : byte[]
Résultat byte[]

Property Details

TableKey public_oe static_oe property

public static uint TableKey
Résultat uint