Background for Skyrim SE
Member of the Trash_Collection script
boolfunctionAuxArraySetFloat(FormHolder, stringCollectionName, float_flt, int_index=0)NativeGlobal


Caveats


Parameters

FormHolder

stringCollectionName

float_flt

int_index=0


Examples

Auto-Generated Example

Form myForm__Holder
string myString__CollectionName
float myFloat___flt
int myInt___index

bool returnedValue = Trash_Collection.AuxArraySetFloat(myForm__Holder, myString__CollectionName, myFloat___flt, myInt___index)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.