- Found in:
- SKSE
Description
Wiki Description
Returns the current amount of experience for the current level. (This function requires SKSE.)
Documentation Comment
Returns the players experience for this level (not total experience)
Caveats
Examples
Float Function GetExperienceRemaining()
; returns the amount of experience remaining for the current level.
Return Game.GetExperienceForLevel(Game.GetPlayer().GetLevel()) - Game.GetPlayerExperience()
EndFunctionAuto-Generated Example
float returnedValue = Game.GetPlayerExperience()Related Pages
- Game
- Game.SetPlayerExperience(...)
