C# Class Files.UniqueFileID

ファイルを表示 Open project: Afr0Games/Project-Dollhouse

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
UniqueFileID ( uint TypeID, uint FileID )

Constructs a new instance of UniqueFileID. Used by FAR3 and DBPF archives.

UniqueFileID ( uint TypeID, uint InstanceID, uint GroupID )

Constructs a new instance of UniqueFileID. Used by DBPF archives.

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

UniqueFileID() public method

Constructs a new instance of UniqueFileID. Used by FAR3 and DBPF archives.
public UniqueFileID ( uint TypeID, uint FileID )
TypeID uint TypeID of entry.
FileID uint FileID of entry.

UniqueFileID() public method

Constructs a new instance of UniqueFileID. Used by DBPF archives.
public UniqueFileID ( uint TypeID, uint InstanceID, uint GroupID )
TypeID uint TypeID of entry.
InstanceID uint InstanceID of entry.
GroupID uint GroupID of entry.