Difference between revisions of "RefMapArrayErase"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
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...")
(No difference)

Revision as of 23:34, 24 April 2015

< [[::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