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


Parameters

  1. Actor[]akArray

  2. 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.