PlayerExperienceInfo
class PlayerExperienceInfo extends Model (View source)
Properties
| string | $currentExperiencePoints | ||
| protected | $currentLevelType | ||
| protected | $currentLevelDataType | ||
| string | $kind | ||
| string | $lastLevelUpTimestampMillis | ||
| protected | $nextLevelType | ||
| protected | $nextLevelDataType |
Methods
setCurrentExperiencePoints($currentExperiencePoints)
No description
string
getCurrentExperiencePoints()
No description
getCurrentLevel()
No description
setKind($kind)
No description
string
getKind()
No description
setLastLevelUpTimestampMillis($lastLevelUpTimestampMillis)
No description
string
getLastLevelUpTimestampMillis()
No description
getNextLevel()
No description
Details
setCurrentExperiencePoints($currentExperiencePoints)
No description
string
getCurrentExperiencePoints()
No description
setCurrentLevel(PlayerLevel $currentLevel)
No description
PlayerLevel
getCurrentLevel()
No description
setKind($kind)
No description
string
getKind()
No description
setLastLevelUpTimestampMillis($lastLevelUpTimestampMillis)
No description
string
getLastLevelUpTimestampMillis()
No description
setNextLevel(PlayerLevel $nextLevel)
No description
PlayerLevel
getNextLevel()
No description