RefMapArrayGetSize
From GECK
(Redirected from RefMapSize)
A function added by the JIP NVSE Plugin.
Description
Returns the number of elements of the specified RefMap Array (or 0 if the RefMap is not defined).
Syntax
(size:int) RefMapArrayGetSize arrName:string
Or:
(size:int) RefMapSize arrName:string
Example
set iSize to RefMapArrayGetSize "someRefMap"
set iSize to RefMapSize "someRefMap"