C# Class Server.Mobiles.PlayerMobile.ChampionTitleInfo

Datei anzeigen Open project: felladrin/last-wish

Public Properties

Property Type Description
LossDelay System.TimeSpan

Private Properties

Property Type Description

Public Methods

Method 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 method

public Atrophy ( int index, int value ) : void
index int
value int
return void

Award() public method

public Award ( ChampionSpawnType type, int value ) : void
type ChampionSpawnType
value int
return void

Award() public method

public Award ( int index, int value ) : void
index int
value int
return void

AwardHarrowerTitle() public static method

public static AwardHarrowerTitle ( PlayerMobile pm ) : void
pm PlayerMobile
return void

ChampionTitleInfo() public method

public ChampionTitleInfo ( ) : System
return System

ChampionTitleInfo() public method

public ChampionTitleInfo ( GenericReader reader ) : System
reader GenericReader
return System

CheckAtrophy() public static method

public static CheckAtrophy ( PlayerMobile pm ) : void
pm PlayerMobile
return void

GetLastDecay() public method

public GetLastDecay ( int index ) : System.DateTime
index int
return System.DateTime

GetValue() public method

public GetValue ( ChampionSpawnType type ) : int
type ChampionSpawnType
return int

GetValue() public method

public GetValue ( int index ) : int
index int
return int

Serialize() public static method

public static Serialize ( GenericWriter writer, ChampionTitleInfo titles ) : void
writer GenericWriter
titles ChampionTitleInfo
return void

SetValue() public method

public SetValue ( ChampionSpawnType type, int value ) : void
type ChampionSpawnType
value int
return void

SetValue() public method

public SetValue ( int index, int value ) : void
index int
value int
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

LossDelay public_oe static_oe property

public static TimeSpan,System LossDelay
return System.TimeSpan