Background for Skyrim SE

Trash_Collection


Inheritance Tree

No indexed scripts extend this script.

Properties
Events
Functions
voidfunctionDumpCollection(FormHolder, stringCollectionName, intCollectionType)NativeGlobal

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

voidfunctionDumpAllAuxArr()NativeGlobal
voidfunctionDumpAllRefMap()NativeGlobal
voidfunctionDumpAllCollection()NativeGlobal
boolfunctionDestroyAuxArr(FormHolder, stringCollectionName)NativeGlobal
boolfunctionDestroyRefMap(FormHolder, stringCollectionName)NativeGlobal
boolfunctionAuxArrayEmpty(FormHolder, stringCollectionName)NativeGlobal

======================= Aux Array =======================

boolfunctionAuxArrayErase(FormHolder, stringCollectionName, int_index=-1)NativeGlobal
intfunctionAuxArrayGetType(FormHolder, stringCollectionName, int_index=0)NativeGlobal
boolfunctionAuxArraySetFloat(FormHolder, stringCollectionName, float_flt, int_index=0)NativeGlobal
floatfunctionAuxArrayGetFloat(FormHolder, stringCollectionName, int_index=0)NativeGlobal
boolfunctionAuxArraySetRef(FormHolder, stringCollectionName, Form_form, int_index=0)NativeGlobal
FormfunctionAuxArrayGetRef(FormHolder, stringCollectionName, int_index=0)NativeGlobal
Form[]functionAuxArrayGetRefArray(FormHolder, stringCollectionName)NativeGlobal
float[]functionAuxArrayGetFloatArray(FormHolder, stringCollectionName)NativeGlobal
intfunctionAuxArraySetFromFloatArray(FormHolder, stringCollectionName, float[]floatArr)NativeGlobal
intfunctionAuxArraySetFromRefArray(FormHolder, stringCollectionName, Form[]FormArr)NativeGlobal
intfunctionAuxArrayGetSize(FormHolder, stringCollectionName)NativeGlobal
intfunctionAuxArraySetFromFormList(FormHolder, stringCollectionName, FormList_formlist)NativeGlobal
boolfunctionRefMapSetFloat(FormHolder, stringCollectionName, Form_key, float_elem)NativeGlobal

======================= Ref Map =======================

floatfunctionRefMapGetFloat(FormHolder, stringCollectionName, Form_key)NativeGlobal
boolfunctionRefMapSetRef(FormHolder, stringCollectionName, Form_key, Form_elem)NativeGlobal
FormfunctionRefMapGetRef(FormHolder, stringCollectionName, Form_key)NativeGlobal
Form[]functionRefMapGetRefValues(FormHolder, stringCollectionName)NativeGlobal
intfunctionRefMapGetSize(FormHolder, stringCollectionName)NativeGlobal
Form[]functionRefMapGetKeys(FormHolder, stringCollectionName)NativeGlobal
boolfunctionRefMapEraseAll(FormHolder, stringCollectionName)NativeGlobal
boolfunctionRefMapErase(FormHolder, stringCollectionName, Form_key)NativeGlobal
float[]functionRefMapGetFloatValues(FormHolder, stringCollectionName)NativeGlobal
boolfunctionRefMapClear(FormHolder, stringCollectionName)NativeGlobal
boolfunctionRefMapEraseInvalidKey(FormHolder, stringCollectionName)NativeGlobal
intfunctionMapGetValueType(FormHolder, stringCollectionName, Form_key)NativeGlobal
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.