Background for Skyrim SE
Member of the DbSkseFunctions script
voidfunctionAddAndUnlockAllShouts(intminNumberOfWordsWithTranslations=0, boolonlyShoutsWithNames=false, boolonlyShoutsWithDescriptions=false)NativeGlobal

Description

Documentation Comment

add and unlock all shouts to the player that match the param filters.
default is adding and unlocking ALL shouts found in game to player


Caveats


Parameters

intminNumberOfWordsWithTranslations=0

boolonlyShoutsWithNames=false

boolonlyShoutsWithDescriptions=false


Examples

Auto-Generated Example

int myInt__minNumberOfWordsWithTranslations
bool myBool__onlyShoutsWithNames
bool myBool__onlyShoutsWithDescriptions

DbSkseFunctions.AddAndUnlockAllShouts(myInt__minNumberOfWordsWithTranslations, myBool__onlyShoutsWithNames, myBool__onlyShoutsWithDescriptions)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.