Background for Skyrim SE
Member of the CustomSkills script
intfunctionGetSkillLevel(stringasSkillId)NativeGlobal

Description

Documentation Comment

Get the current level of the given skill.


Caveats


Parameters

stringasSkillId


Examples

Auto-Generated Example

string myString__asSkillId

int returnedValue = CustomSkills.GetSkillLevel(myString__asSkillId)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.