Background for Skyrim SE
Member of the Game script
voidfunctionSetPlayerExperience(floatexp)NativeGlobal

Description

Wiki Description

Sets the amount of experience for the current level. (This function requires SKSE.)

Documentation Comment

Sets the players experience, does not trigger level-up notification


Caveats


Parameters

floatexp


Examples

No human-generated examples found for this function.

Auto-Generated Example

float myFloat__exp

Game.SetPlayerExperience(myFloat__exp)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.