C# Class Codebreak.Service.World.Game.Stats.GenericEffect

Afficher le fichier Open project: hussein-aitlahcen/codebreak Class Usage Examples

Méthodes publiques

Свойство Type Description
Args string
Base int
Boosts int
Dons int
Id int
Items int
Value1 int
Value2 int
Value3 int

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GenericEffect ( ) : System

GenericEffect ( EffectEnum id, int baseValue, int items, int dons, int boosts ) : System

GenericEffect ( EffectEnum id, int value1, int value2, int value3, string args ) : System

Merge ( GenericEffect effect ) : void

Merge ( StatsType type, GenericEffect effect ) : void

ToItemString ( ) : string

ToString ( ) : string

UnMerge ( GenericEffect effect ) : void

UnMerge ( StatsType type, GenericEffect effect ) : void

Method Details

GenericEffect() public méthode

public GenericEffect ( ) : System
Résultat System

GenericEffect() public méthode

public GenericEffect ( EffectEnum id, int baseValue, int items, int dons, int boosts ) : System
id EffectEnum
baseValue int
items int
dons int
boosts int
Résultat System

GenericEffect() public méthode

public GenericEffect ( EffectEnum id, int value1, int value2, int value3, string args ) : System
id EffectEnum
value1 int
value2 int
value3 int
args string
Résultat System

Merge() public méthode

public Merge ( GenericEffect effect ) : void
effect GenericEffect
Résultat void

Merge() public méthode

public Merge ( StatsType type, GenericEffect effect ) : void
type StatsType
effect GenericEffect
Résultat void

ToItemString() public méthode

public ToItemString ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

UnMerge() public méthode

public UnMerge ( GenericEffect effect ) : void
effect GenericEffect
Résultat void

UnMerge() public méthode

public UnMerge ( StatsType type, GenericEffect effect ) : void
type StatsType
effect GenericEffect
Résultat void

Property Details

Args public_oe property

public string Args
Résultat string

Base public_oe property

public int Base
Résultat int

Boosts public_oe property

public int Boosts
Résultat int

Dons public_oe property

public int Dons
Résultat int

Id public_oe property

public int Id
Résultat int

Items public_oe property

public int Items
Résultat int

Value1 public_oe property

public int Value1
Résultat int

Value2 public_oe property

public int Value2
Résultat int

Value3 public_oe property

public int Value3
Résultat int