Background for Starfield
Member of the Actor script
FactionfunctionGetCrimeFaction()Native

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


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.