C# Class CrystalMpq.MpqHashEntry

显示文件 Open project: sgraf812/crystalmpq

Public Properties

Property Type Description
Invalid MpqHashEntry

Public Methods

Method Description
MpqHashEntry ( uint hashA, uint hashB, int locale, int block ) : System
Test ( uint hashA, uint hashB ) : bool

Method Details

MpqHashEntry() public method

public MpqHashEntry ( uint hashA, uint hashB, int locale, int block ) : System
hashA uint
hashB uint
locale int
block int
return System

Test() public method

public Test ( uint hashA, uint hashB ) : bool
hashA uint
hashB uint
return bool

Property Details

Invalid public_oe static_oe property

public static MpqHashEntry,CrystalMpq Invalid
return MpqHashEntry