RefMapArrayErase

From GECK
Jump to: navigation, search


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

[help]
(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.

See Also