Background for Skyrim SE
Member of the PO3_SKSEFunctions script
intfunctionArrayStringCount(stringasString, string[]asStrings)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Counts how many instances of a string are in an array.

Caveats


Parameters

stringasString

string[]asStrings


Examples

Auto-Generated Example

string myString__asString
string[] myStringArray__asStrings

int returnedValue = PO3_SKSEFunctions.ArrayStringCount(myString__asString, myStringArray__asStrings)

Additional References

View this function on the GitHub Wiki for powerofthree's Papyrus Extender

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.