GetCrimeFaction - Actor

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

Member of: Actor Script

Obtains the Faction this actor reports it's crimes to.

SyntaxEdit

Faction Function GetCrimeFaction() native

ParametersEdit

None.

Return ValueEdit

The Faction the actor reports crimes to.

ExamplesEdit

; Find the faction that Alice reports crimes to
Faction CrimeFaction = Alice.GetCrimeFaction()

See AlsoEdit