Background for Skyrim SE
Member of the DP_Extender script
boolfunctionFillPotionGoldValueArray(Potion[]pots, int[]fillArray)NativeGlobal


Caveats


Parameters

Potion[]pots

int[]fillArray


Examples

Auto-Generated Example

Potion[] myPotionArray__pots
int[] myIntArray__fillArray

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