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


Parameters

  1. stringmodName

  2. Keyword[]keywords=NONE

  3. boolregular=true

  4. boolspell=false

  5. 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.