Background for Skyrim SE
Member of the LibFire script
voidfunctionSetEnemies(FactionakFaction, FormListakFactions, boolabSelfIsNeutralToOther=false, boolabOtherIsNeutralToSelf=false)NativeGlobal

Description

Documentation Comment

Sets akFaction as enemy or neutral to each faction in akFactions


Caveats


Parameters

FactionakFaction

FormListakFactions

boolabSelfIsNeutralToOther=false

boolabOtherIsNeutralToSelf=false


Examples

Auto-Generated Example

Faction myFaction__akFaction
FormList myFormList__akFactions
bool myBool__abSelfIsNeutralToOther
bool myBool__abOtherIsNeutralToSelf

LibFire.SetEnemies(myFaction__akFaction, myFormList__akFactions, myBool__abSelfIsNeutralToOther, myBool__abOtherIsNeutralToSelf)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.