Background for Skyrim SE
Member of the DP_Extender script
boolfunctionFillSinglePotionGoldValue(Potionpot, int[]fillArray, intindex)NativeGlobal


Parameters

  1. Potionpot

  2. int[]fillArray

  3. intindex


Examples

Auto-Generated Example

Potion myPotion__pot
int[] myIntArray__fillArray
int myInt__index

bool returnedValue = DP_Extender.FillSinglePotionGoldValue(myPotion__pot, myIntArray__fillArray, myInt__index)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.