Background for Skyrim SE
Member of the ActorValueInfo script
floatfunctionGetExperienceForLevel(intcurrentLevel)Native

Description

Documentation Comment

Returns the experience required for skill-up
(ImproveMult * currentLevel ^ fSkillUseCurve + ImproveOffset)


Caveats


Parameters

intcurrentLevel


Examples

Auto-Generated Example

int myInt__currentLevel

float returnedValue = myActorValueInfo__toCallFunctionOn.GetExperienceForLevel(myInt__currentLevel)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.