Background for Skyrim SE
Member of the GameData script
Form[]functionGetAllBooks(stringmodName, Keyword[]keywords=NONE, boolregular=true, boolspell=false, boolskill=false)NativeGlobal


Caveats


Parameters

stringmodName

Keyword[]keywords=NONE

boolregular=true

boolspell=false

boolskill=false


Examples

Auto-Generated Example

string myString__modName
Keyword[] myKeywordArray__keywords
bool myBool__regular
bool myBool__spell
bool myBool__skill

Form[] returnedValue = GameData.GetAllBooks(myString__modName, myKeywordArray__keywords, myBool__regular, myBool__spell, myBool__skill)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.