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


Caveats


Parameters

Actor[]akArray

ActorToCount


Examples

Auto-Generated Example

Actor[] myActorArray__akArray
Actor myActor__ToCount

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