- Found in:
- PO3's PE
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
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
