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


Caveats


Parameters

FormHolder

stringCollectionName

int_index=0


Examples

Auto-Generated Example

Form myForm__Holder
string myString__CollectionName
int myInt___index

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