Свойство | Type | Description | |
---|---|---|---|
ExperincePointsPerLevel | int | ||
currentLevel | int |
Méthode | Description | |
---|---|---|
AddExperience ( int amountToAdd ) : void | ||
GetCurrentLevel ( ) : int | ||
GetExperience ( ) : int | ||
GetNEXP ( ) : int | ||
LevelUp ( ) : void | ||
SetExperience ( int EXP ) : void | ||
SetLevel ( int lv ) : void | ||
SpendPoint ( ExperiencePointType spendPointOn ) : bool | ||
Start ( ) : void |
public AddExperience ( int amountToAdd ) : void | ||
amountToAdd | int | |
Résultat | void |
public SpendPoint ( ExperiencePointType spendPointOn ) : bool | ||
spendPointOn | ExperiencePointType | |
Résultat | bool |