Background for Skyrim SE
Member of the GameData script
Form[]functionGetAllPotions(stringmodName, Keyword[]keywords=NONE, boolpotions=true, boolfood=false, boolpoison=false)NativeGlobal


Parameters

  1. stringmodName

  2. Keyword[]keywords=NONE

  3. boolpotions=true

  4. boolfood=false

  5. boolpoison=false


Examples

Auto-Generated Example

string myString__modName
Keyword[] myKeywordArray__keywords
bool myBool__potions
bool myBool__food
bool myBool__poison

Form[] returnedValue = GameData.GetAllPotions(myString__modName, myKeywordArray__keywords, myBool__potions, myBool__food, myBool__poison)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.