RefMapArrayGetType
From GECK
(Redirected from RefMapGetType)
A function added by the JIP NVSE Plugin.
Contents
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 Form 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