RefMapArrayErase
Jump to navigation
Jump to search
< [[::Category:Functions|Category:Functions]]
A function added by the JIP NVSE Plugin.
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.