Background for Skyrim SE
Member of the LibFire script
voidfunctionSetAllies(FactionakFaction, FormListakFactions, boolabSelfIsFriendToOther=false, boolabOtherIsFriendToSelf=false)NativeGlobal

Description

Documentation Comment

Sets akFaction as ally or friend to each faction in akFactions


Caveats


Parameters

FactionakFaction

FormListakFactions

boolabSelfIsFriendToOther=false

boolabOtherIsFriendToSelf=false


Examples

Auto-Generated Example

Faction myFaction__akFaction
FormList myFormList__akFactions
bool myBool__abSelfIsFriendToOther
bool myBool__abOtherIsFriendToSelf

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