IsFactionInCrimeGroup - Faction

Member of: Faction Script

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

SyntaxEdit

bool Function IsFactionInCrimeGroup(Faction akOther) native

ParametersEdit

Return ValueEdit

Whether this faction has the other in its crime group.

ExamplesEdit

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

See AlsoEdit