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

Description

GitHub Wiki Description (PO3's PE)

  • Gets all races from base game + mods, filtered using optional keyword array

Caveats


Parameters

Keyword[]akKeywords=NONE


Examples

Auto-Generated Example

Keyword[] myKeywordArray__akKeywords

Race[] returnedValue = PO3_SKSEFunctions.GetAllRaces(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.