GetExperienceForLevel - Game

From the CreationKit Wiki
Revision as of 09:57, 2 August 2017 by imported>Lisselli (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' Game Script Returns the required amount of experience for the next level up. (This fun...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

SKSE Member of: Game Script

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

Syntax

Float Function GetPlayerExperience()

Return Value

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

Examples

  • None

Notes

  • 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 Also