Background for Skyrim SE
Member of the Experience script
voidfunctionAddExperience(intpoints, boolmeter=false)NativeGlobal

Description

Documentation Comment

Adds specified amount of experience points, optionally shows meter


Caveats


Parameters

intpoints

boolmeter=false


Examples

Auto-Generated Example

int myInt__points
bool myBool__meter

Experience.AddExperience(myInt__points, myBool__meter)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.