- Found in:
- LibFire
- LibTurtleClub
voidfunctionSetEnemies(FactionakFaction, FormListakFactions, boolabSelfIsNeutralToOther=false, boolabOtherIsNeutralToSelf=false)NativeGlobal
Description
Documentation Comment
Sets akFaction as enemy or neutral to each faction in akFactions
Caveats
Parameters
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)