Background for Skyrim SE
Member of the PapyrusUtil script
float[]functionResizeFloatArray(float[]ArrayValues, inttoSize, floatfiller=0.0)Global


Parameters

  1. float[]ArrayValues

  2. inttoSize

  3. floatfiller=0.0


Examples

Auto-Generated Example

float[] myFloatArray__ArrayValues
int myInt__toSize
float myFloat__filler

float[] returnedValue = PapyrusUtil.ResizeFloatArray(myFloatArray__ArrayValues, myInt__toSize, myFloat__filler)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.