Description
Wiki Description
Obtains the Faction this actor reports it's crimes to.
Documentation Comment
Get the faction this actor reports crimes to
Caveats
Examples
; Find the faction that Alice reports crimes to
Faction CrimeFaction = Alice.GetCrimeFaction()Auto-Generated Example
Faction returnedValue = myActor__toCallFunctionOn.GetCrimeFaction()Related Pages
- Actor
- Actor.SetCrimeFaction(...)
- Faction.SetPlayerEnemy(...)
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
