RefMapArrayDestroy

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Deletes the specified RefMap Array.

Syntax

[help]
RefMapArrayDestroy arrName:string 

Or:

RefMapDestroy arrName:string

Example

RefMapArrayDestroy "someRefMap"
RefMapDestroy "someRefMap"

See Also