Background for Skyrim SE
Member of the IED script
boolfunctionSetIgnoreRaceEquipTypesActor(ActorakActor, stringasPlugin, stringasName, boolabIsFemale, boolabIgnore)NativeGlobal


Caveats


Parameters

ActorakActor

stringasPlugin

stringasName

boolabIsFemale

boolabIgnore


Examples

Auto-Generated Example

Actor myActor__akActor
string myString__asPlugin
string myString__asName
bool myBool__abIsFemale
bool myBool__abIgnore

bool returnedValue = IED.SetIgnoreRaceEquipTypesActor(myActor__akActor, myString__asPlugin, myString__asName, myBool__abIsFemale, myBool__abIgnore)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.