GetExperienceForLevel - Game

Revision as of 10:22, 26 October 2017 by imported>Lisselli (→‎Syntax: added missing parameter)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

SKSE Member of: Game Script

Returns the required amount of experience for the next level up. (This function requires SKSE.)

SyntaxEdit

Float Function GetExperienceForLevel(int currentLevel)

Return ValueEdit

  • Returns the required amount of experience for the current level to level up.

ExamplesEdit

  • None

NotesEdit

  • This function only returns the total experience needed to level up. Use GetPlayerExperience - Game when you want to know the amount of experience gained for the current level.

See AlsoEdit