RefMapArrayGetType

< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns the value-type of the element with a Key matching the specified Object, in the specified RefMap Array.

Value Types:

0	None (no such key/RefMap not defined)
1	Float
2	Reference
4	String

Syntax

(type:int) reference.RefMapArrayGetType arrName:string baseForm:ref 

Or:

(type:int) reference.RefMapGetType arrName:string baseForm:ref

Example

set iType to RaulRef.RefMapArrayGetType "someRefMap"
set iType to RefMapGetType "someRefMap" ArmorCombat

See Also