GetCrimeFaction - Actor

From the Fallout4 CreationKit Wiki
Revision as of 15:55, 20 July 2015 by imported>DosBuster
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Actor Script

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

Syntax[edit | edit source]

Faction Function GetCrimeFaction() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

The Faction the actor reports crimes to.

Examples[edit | edit source]

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

See Also[edit | edit source]