C# Class Server.Mobiles.PlayerMobile.ChampionTitleInfo

Afficher le fichier Open project: felladrin/last-wish

Méthodes publiques

Свойство Type Description
LossDelay System.TimeSpan

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Atrophy ( int index, int value ) : void
Award ( ChampionSpawnType type, int value ) : void
Award ( int index, int value ) : void
AwardHarrowerTitle ( PlayerMobile pm ) : void
ChampionTitleInfo ( ) : System
ChampionTitleInfo ( GenericReader reader ) : System
CheckAtrophy ( PlayerMobile pm ) : void
GetLastDecay ( int index ) : System.DateTime
GetValue ( ChampionSpawnType type ) : int
GetValue ( int index ) : int
Serialize ( GenericWriter writer, ChampionTitleInfo titles ) : void
SetValue ( ChampionSpawnType type, int value ) : void
SetValue ( int index, int value ) : void
ToString ( ) : string

Method Details

Atrophy() public méthode

public Atrophy ( int index, int value ) : void
index int
value int
Résultat void

Award() public méthode

public Award ( ChampionSpawnType type, int value ) : void
type ChampionSpawnType
value int
Résultat void

Award() public méthode

public Award ( int index, int value ) : void
index int
value int
Résultat void

AwardHarrowerTitle() public static méthode

public static AwardHarrowerTitle ( PlayerMobile pm ) : void
pm PlayerMobile
Résultat void

ChampionTitleInfo() public méthode

public ChampionTitleInfo ( ) : System
Résultat System

ChampionTitleInfo() public méthode

public ChampionTitleInfo ( GenericReader reader ) : System
reader GenericReader
Résultat System

CheckAtrophy() public static méthode

public static CheckAtrophy ( PlayerMobile pm ) : void
pm PlayerMobile
Résultat void

GetLastDecay() public méthode

public GetLastDecay ( int index ) : System.DateTime
index int
Résultat System.DateTime

GetValue() public méthode

public GetValue ( ChampionSpawnType type ) : int
type ChampionSpawnType
Résultat int

GetValue() public méthode

public GetValue ( int index ) : int
index int
Résultat int

Serialize() public static méthode

public static Serialize ( GenericWriter writer, ChampionTitleInfo titles ) : void
writer GenericWriter
titles ChampionTitleInfo
Résultat void

SetValue() public méthode

public SetValue ( ChampionSpawnType type, int value ) : void
type ChampionSpawnType
value int
Résultat void

SetValue() public méthode

public SetValue ( int index, int value ) : void
index int
value int
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

LossDelay public_oe static_oe property

public static TimeSpan,System LossDelay
Résultat System.TimeSpan