Background for Skyrim SE
Member of the clib script
intfunctioncArrayCountValueString(string[]aArray, stringvalueToCount="", boolinvertIt=false, boolusePapUtil=true)Global

Description

Documentation String

Requirements: None, PapyrusUtil:Soft


Parameters

  1. string[]aArray

  2. stringvalueToCount=""

  3. boolinvertIt=false

  4. boolusePapUtil=true


Examples

Auto-Generated Example

string[] myStringArray__aArray
string myString__valueToCount
bool myBool__invertIt
bool myBool__usePapUtil

int returnedValue = clib.cArrayCountValueString(myStringArray__aArray, myString__valueToCount, myBool__invertIt, myBool__usePapUtil)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.