- Found in:
- SKSE
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)