RefMapArrayErase

From the Fallout3 GECK Wiki
Revision as of 23:34, 24 April 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Erases the element with a <i>Key</i> matching the specified <i>Object</i>, in the specified RefMap Array. |name = RefMapArrayErase...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

[help]
reference.RefMapArrayErase arrName:string baseForm:ref 

Or:

reference.RefMapErase arrName:string baseForm:ref

Example

RaulRef.RefMapArrayErase "someRefMap"
RefMapErase "someRefMap" ArmorCombat

See Also