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


Caveats


Parameters

Potionpot

int[]fillArray

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.