Background for Skyrim SE
Member of the DynamicActorArrays script
intfunctionCount(Actor[]akArray, ActorToCount)

Description

Documentation Comment

count how many of the ToCount elements are in the array.


Caveats


Parameters

Actor[]akArray

ActorToCount


Examples

Auto-Generated Example

Actor[] myActorArray__akArray
Actor myActor__ToCount

int returnedValue = myDynamicActorArrays__toCallFunctionOn.Count(myActorArray__akArray, myActor__ToCount)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.