Background for Skyrim SE
Member of the CustomSkills script
voidfunctionAdvanceSkill(stringasSkillId, floatafMagnitude)NativeGlobal

Description

Documentation Comment

Advance the given skill by the provided amount of skill usage.


Caveats


Parameters

stringasSkillId

floatafMagnitude


Examples

Auto-Generated Example

string myString__asSkillId
float myFloat__afMagnitude

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