GetFormCountType

Revision as of 16:55, 21 March 2017 by imported>Pintocat
< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Returns the number of forms of a given type in an array. JIP NVSE Plugin v40 merged Lutana NVSE plugin v19. As of JIPv40, This function's syntax was changed from Lutana v19. Rather than passing an array_var as parameter, instead the int ID of the array_var is passed.

Syntax

(int) GetFormCountType formsArrayID:int type:int


Example

array_var arrForms
int iType
int iCount
int iArrFormsID
...
set iArrFormsID to arrForms
let iCount := GetFormCountType iArrFormsID iType

Old Syntax (Lutana standalone)

(int) GetFormCountType forms:array type:int

See Also