Background for Skyrim SE
Member of the Trash_Collection script
voidfunctionDumpCollection(FormHolder, stringCollectionName, intCollectionType)NativeGlobal

Description

Documentation Comment

======================= Misc =======================
CollectionType, 0 = AuxArr, 1 = RefMap


Caveats


Parameters

FormHolder

stringCollectionName

intCollectionType


Examples

Auto-Generated Example

Form myForm__Holder
string myString__CollectionName
int myInt__CollectionType

Trash_Collection.DumpCollection(myForm__Holder, myString__CollectionName, myInt__CollectionType)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.