Background for Skyrim SE
Member of the DbSkseFunctions script
voidfunctionAddSkillBookForSkillToList(stringskill, FormListakList)NativeGlobal

Description

Documentation Comment

add all books that teach skill to akList


Caveats


Parameters

stringskill

FormListakList


Examples

Auto-Generated Example

string myString__skill
FormList myFormList__akList

DbSkseFunctions.AddSkillBookForSkillToList(myString__skill, myFormList__akList)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.