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

Description

Documentation Comment

Get the display name of the given skill.


Caveats


Parameters

stringasSkillId


Examples

Auto-Generated Example

string myString__asSkillId

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