Background for Skyrim SE
Member of the DP_Extender script
boolfunctionFillGoldValueArray(Form[]forms, int[]fillArray)NativeGlobal

Description

Documentation Comment

gold value getters. fillArray will be filled with value of all forms inputted from parameter 1


Caveats


Parameters

Form[]forms

int[]fillArray


Examples

Auto-Generated Example

Form[] myFormArray__forms
int[] myIntArray__fillArray

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