IsFactionInCrimeGroup - Faction

Revision as of 16:27, 18 October 2011 by imported>Rhavlovick (1 revision: Clobber re-import by Henning)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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