Background for Skyrim SE
Member of the PO3_SKSEFunctions script
string[]functionGetSortedActorNames(KeywordakKeyword, stringasPlural="s)", boolabInvertKeyword)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Gets name array of all the actors in the area, sorted alphabetically.
  • Generic actors are merged (ie. 3 Whiterun Guard(s)).
  • Filter keyword optional

Caveats


Parameters

KeywordakKeyword

stringasPlural="s)"

boolabInvertKeyword


Examples

Auto-Generated Example

Keyword myKeyword__akKeyword
string myString__asPlural
bool myBool__abInvertKeyword

string[] returnedValue = PO3_SKSEFunctions.GetSortedActorNames(myKeyword__akKeyword, myString__asPlural, myBool__abInvertKeyword)

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.