RefMapArrayGetSize

From the Fallout3 GECK Wiki
Revision as of 23:25, 24 April 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns the number of elements of the specified RefMap Array (or 0 if the RefMap is not defined). |name = RefMapArrayGetSize |alias...")
(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

Returns the number of elements of the specified RefMap Array (or 0 if the RefMap is not defined).

Syntax

[help]
(size:int) RefMapArrayGetSize arrName:string 

Or:

(size:int) RefMapSize arrName:string

Example

set iSize to RefMapArrayGetSize "someRefMap"
set iSize to RefMapSize "someRefMap"

See Also