RefMapArrayErase
From GECK
(Redirected from RefMapErase)
A function added by the JIP NVSE Plugin.
Contents
Description
Erases the element with a Key matching the specified Object, in the specified RefMap Array.
Syntax
(arraySize:int) reference.RefMapArrayErase arrName:string baseForm:ref
Or:
(arraySize:int) reference.RefMapErase arrName:string baseForm:ref
Example
RaulRef.RefMapArrayErase "someRefMap"
RefMapErase "someRefMap" ArmorCombat
Notes
- The function returns the new size (number of elements) of the array.