Background for Skyrim SE
Member of the CustomSkills script
voidfunctionIncrementSkillBy(stringasSkillId, intaiCount)NativeGlobal

Description

Documentation Comment

Increment the given skill by the given number of points.


Caveats


Parameters

stringasSkillId

intaiCount


Examples

Auto-Generated Example

string myString__asSkillId
int myInt__aiCount

CustomSkills.IncrementSkillBy(myString__asSkillId, myInt__aiCount)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.