- Found in:
- Dylbills PE
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)