Background for Skyrim SE
Member of the JArray script
intfunctioncountInteger(intobject, intvalue)NativeGlobal

Description

Documentation Comment

Returns the number of times given value was found in a JArray.


Caveats


Parameters

intobject

intvalue


Examples

Auto-Generated Example

int myInt__object
int myInt__value

int returnedValue = JArray.countInteger(myInt__object, myInt__value)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.