Background for Skyrim SE
Member of the Faction script
boolfunctionIsFactionInCrimeGroup(FactionakOther)Native

Description

Wiki Description

Checks to see if the passed in faction is in this faction's crime group.

Documentation Comment

Is the passed in faction in this faction's crime group


Caveats


Parameters

FactionakOther

CK Wiki Description

The Faction to check for.


Examples

; Is the elf faction in the human faction crime group?
if (HumanFaction.IsFactionInCrimeGroup(ElfFaction))
  Debug.Trace("Humans care about elf crimes!")
endIf

Auto-Generated Example

Faction myFaction__akOther

bool returnedValue = myFaction__toCallFunctionOn.IsFactionInCrimeGroup(myFaction__akOther)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.