C# Class PassiveSkills, TheDeadMemories

Inheritance: Skills
Afficher le fichier Open project: TheDeadMemoriesTeam/TheDeadMemories Class Usage Examples

Méthodes publiques

Méthode Description
PassiveSkills ( string name, string description, int price, Skills, father, int costIncFirstAd, int costIncSecAd, float firstAd, float secAd, string nameFirstAd, string nameSecAd, string descriptionFirstAd, string descriptionSecAd ) : System.Collections
getCostIncFirstAd ( ) : int
getCostIncSecAd ( ) : int
getDescriptionFirstAd ( ) : string
getDescriptionSecAd ( ) : string
getLvlFirstAd ( ) : int
getLvlSecAd ( ) : int
getNameFirstAd ( ) : string
getNameSecAd ( ) : string
setCostIncFirstAd ( int cost ) : void
setCostIncSecAd ( int cost ) : void
setLvlFirstAd ( int lvl ) : void
setLvlSecAd ( int lvl ) : void
update ( float &firstAd, float baseFirstAd, float &secAd, float basesecAd ) : void

Method Details

PassiveSkills() public méthode

public PassiveSkills ( string name, string description, int price, Skills, father, int costIncFirstAd, int costIncSecAd, float firstAd, float secAd, string nameFirstAd, string nameSecAd, string descriptionFirstAd, string descriptionSecAd ) : System.Collections
name string
description string
price int
father Skills,
costIncFirstAd int
costIncSecAd int
firstAd float
secAd float
nameFirstAd string
nameSecAd string
descriptionFirstAd string
descriptionSecAd string
Résultat System.Collections

getCostIncFirstAd() public méthode

public getCostIncFirstAd ( ) : int
Résultat int

getCostIncSecAd() public méthode

public getCostIncSecAd ( ) : int
Résultat int

getDescriptionFirstAd() public méthode

public getDescriptionFirstAd ( ) : string
Résultat string

getDescriptionSecAd() public méthode

public getDescriptionSecAd ( ) : string
Résultat string

getLvlFirstAd() public méthode

public getLvlFirstAd ( ) : int
Résultat int

getLvlSecAd() public méthode

public getLvlSecAd ( ) : int
Résultat int

getNameFirstAd() public méthode

public getNameFirstAd ( ) : string
Résultat string

getNameSecAd() public méthode

public getNameSecAd ( ) : string
Résultat string

setCostIncFirstAd() public méthode

public setCostIncFirstAd ( int cost ) : void
cost int
Résultat void

setCostIncSecAd() public méthode

public setCostIncSecAd ( int cost ) : void
cost int
Résultat void

setLvlFirstAd() public méthode

public setLvlFirstAd ( int lvl ) : void
lvl int
Résultat void

setLvlSecAd() public méthode

public setLvlSecAd ( int lvl ) : void
lvl int
Résultat void

update() public méthode

public update ( float &firstAd, float baseFirstAd, float &secAd, float basesecAd ) : void
firstAd float
baseFirstAd float
secAd float
basesecAd float
Résultat void