C# Class HyoutaTools.Trophy.Viewer.TropUsrSingleTrophy

Exibir arquivo Open project: AdmiralCurtiss/HyoutaTools Class Usage Examples

Public Properties

Property Type Description
Timestamp1 System.UInt64
Timestamp2 System.UInt64
TrophyID uint
TrophyIDDuplicate uint
Unlocked uint

Public Methods

Method Description
SortByTimestamp ( TropUsrSingleTrophy t1, TropUsrSingleTrophy t2 ) : int
SortByTrophyID ( TropUsrSingleTrophy t1, TropUsrSingleTrophy t2 ) : int
ToString ( ) : string
TropUsrSingleTrophy ( byte File, uint Offset ) : System

Method Details

SortByTimestamp() public static method

public static SortByTimestamp ( TropUsrSingleTrophy t1, TropUsrSingleTrophy t2 ) : int
t1 TropUsrSingleTrophy
t2 TropUsrSingleTrophy
return int

SortByTrophyID() public static method

public static SortByTrophyID ( TropUsrSingleTrophy t1, TropUsrSingleTrophy t2 ) : int
t1 TropUsrSingleTrophy
t2 TropUsrSingleTrophy
return int

ToString() public method

public ToString ( ) : string
return string

TropUsrSingleTrophy() public method

public TropUsrSingleTrophy ( byte File, uint Offset ) : System
File byte
Offset uint
return System

Property Details

Timestamp1 public_oe property

public UInt64,System Timestamp1
return System.UInt64

Timestamp2 public_oe property

public UInt64,System Timestamp2
return System.UInt64

TrophyID public_oe property

public uint TrophyID
return uint

TrophyIDDuplicate public_oe property

public uint TrophyIDDuplicate
return uint

Unlocked public_oe property

public uint Unlocked
return uint