Background for Skyrim SE
Member of the PO3_SKSEFunctions script
Race[]functionGetAllRacesInMod(stringasModName, Keyword[]akKeywords=NONE)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Gets all races added by a specified mod/game esm, filtered using optional keyword array.

Caveats


Parameters

stringasModName

Keyword[]akKeywords=NONE


Examples

Auto-Generated Example

string myString__asModName
Keyword[] myKeywordArray__akKeywords

Race[] returnedValue = PO3_SKSEFunctions.GetAllRacesInMod(myString__asModName, myKeywordArray__akKeywords)

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.