IsFactionInCrimeGroup - Faction

From the CreationKit Wiki
Jump to navigation Jump to search

Member of: Faction Script

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

Syntax[edit | edit source]

bool Function IsFactionInCrimeGroup(Faction akOther) native

Parameters[edit | edit source]

Return Value[edit | edit source]

Whether this faction has the other in its crime group.

Examples[edit | edit source]

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

See Also[edit | edit source]